We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587bb13 commit 2f446e5Copy full SHA for 2f446e5
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+v3.9.18 (2023-05-15)
2
+--------------------
3
+[fix] Multiple security fixes.
4
+[new] Add resolver API to create a shared resolver for multiple `NodeVM` instances allowing to cache scripts and increase sandbox startup times.
5
+[new] Allow to pass a function to `require.context` which is called with the filename allowing to specify the context pre file.
6
+
7
v3.9.17 (2023-04-17)
8
--------------------
9
[fix] Multiple security fixes.
package.json
@@ -13,7 +13,7 @@
13
"alcatraz",
14
"contextify"
15
],
16
- "version": "3.9.17",
+ "version": "3.9.18",
17
"main": "index.js",
18
"sideEffects": false,
19
"repository": "github:patriksimek/vm2",
0 commit comments