Skip to content

Commit 2f446e5

Browse files
committed
Release 3.9.18
1 parent 587bb13 commit 2f446e5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
v3.9.17 (2023-04-17)
28
--------------------
39
[fix] Multiple security fixes.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"alcatraz",
1414
"contextify"
1515
],
16-
"version": "3.9.17",
16+
"version": "3.9.18",
1717
"main": "index.js",
1818
"sideEffects": false,
1919
"repository": "github:patriksimek/vm2",

0 commit comments

Comments
 (0)