Skip to content

Commit

Permalink
Release 3.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
XmiliaH committed May 15, 2023
1 parent 587bb13 commit 2f446e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
v3.9.18 (2023-05-15)
--------------------
[fix] Multiple security fixes.
[new] Add resolver API to create a shared resolver for multiple `NodeVM` instances allowing to cache scripts and increase sandbox startup times.
[new] Allow to pass a function to `require.context` which is called with the filename allowing to specify the context pre file.

v3.9.17 (2023-04-17)
--------------------
[fix] Multiple security fixes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"alcatraz",
"contextify"
],
"version": "3.9.17",
"version": "3.9.18",
"main": "index.js",
"sideEffects": false,
"repository": "github:patriksimek/vm2",
Expand Down

0 comments on commit 2f446e5

Please sign in to comment.