We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6379e1 + 06f8ef0 commit 392f126Copy full SHA for 392f126
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