We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34af643 commit f99fb95Copy full SHA for f99fb95
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.7.3
4
+
5
+### Date: 8/28/2020
6
7
+### Changes:
8
9
+- Fixed to use the global `Object.hasOwnProperty()` function instead of relying on objects to have it themselves.
10
11
## v0.7.1
12
13
### Date: 7/27/2020
package.json
@@ -1,6 +1,6 @@
{
"name": "deno-vm",
- "version": "0.7.2",
+ "version": "0.7.3",
"description": "A VM module that provides a secure runtime environment via Deno.",
"main": "./dist/cjs/index.js",
"types": "./dist/typings/index.d.ts",
0 commit comments