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 d9a7f3c commit 06f8ef0Copy full SHA for 06f8ef0
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+v3.9.11 (2022-08-28)
2
+--------------------
3
+[new] Add option `require.strict` to allow to load required modules in non strict mode.
4
+[fix] Security fix.
5
+
6
v3.9.10 (2022-07-05)
7
-------------------
8
[new] Add uptime to process.
package.json
@@ -13,7 +13,7 @@
13
"alcatraz",
14
"contextify"
15
],
16
- "version": "3.9.10",
+ "version": "3.9.11",
17
"main": "index.js",
18
"sideEffects": false,
19
"repository": "github:patriksimek/vm2",
0 commit comments