From 2f446e5d19e6539b5164b45b1f8bd4ded4dfc085 Mon Sep 17 00:00:00 2001 From: XmiliaH Date: Mon, 15 May 2023 13:09:44 +0200 Subject: [PATCH] Release 3.9.18 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a28da1..8c3bb1f 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/package.json b/package.json index 600dee8..1db64aa 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "alcatraz", "contextify" ], - "version": "3.9.17", + "version": "3.9.18", "main": "index.js", "sideEffects": false, "repository": "github:patriksimek/vm2",