Skip to content

Releases: patriksimek/vm2

3.9.19

16 May 05:30
Compare
Choose a tag to compare

Fixes

cfa3fc6: Fix resolver issue.

3.9.18

15 May 15:04
Compare
Choose a tag to compare

New Features

dd81ff6: Add resolver API to create a shared resolver for multiple NodeVM instances allowing to cache scripts and increase sandbox startup times.
4d662e3: Allow to pass a function to require.context which is called with the filename allowing to specify the context pre file. (Thanks to @blakebyrnes)

Fixes

d88105f: Fix issue leaking host array through Proxy. (Thanks to @arkark (Takeshi Kaneko) of GMO Cybersecurity by Ierae, Inc.)
5206ba2: Fix issue with inspect being writeable. (Thanks to @arkark (Takeshi Kaneko) of GMO Cybersecurity by Ierae, Inc.)

3.9.17

17 Apr 15:08
Compare
Choose a tag to compare

Fixes

4b22e87: Fix issue in catch block protection. (Thanks to Xion (SeungHyun Lee) of KAIST Hacking Lab.)
f3db4de: Fix issue with host exceptions thrown in async functions leaking though the Promise.

3.9.16

11 Apr 09:00
Compare
Choose a tag to compare

Fixes

24c724d: Fix issue in transformer issue by reworking replacement logic. (Thanky to Xion (SeungHyun Lee) of KAIST Hacking Lab.)

3.9.15

06 Apr 18:46
Compare
Choose a tag to compare

Fixes

d534e57: Ensure no host objects are passed through to Error.prepareStackTrace. (Thanky to Seongil Wi from KAIST WSP Lab)

3.9.14

05 Feb 20:40
e541782
Compare
Choose a tag to compare

Fixes

fe3ab68: Support conditional export resolution with custom resolver (thanks to nick-klaviyo).

3.9.13

08 Dec 18:00
d4bcc21
Compare
Choose a tag to compare

Fixes

1c365f7: Fix typescript error in index.d.ts.

3.9.12

29 Nov 15:32
4aa3605
Compare
Choose a tag to compare

New Features

81f625d: Add file system API.

Fixes

442feea: Fix parsing error with object pattern in catch clause.

3.9.11

28 Aug 14:04
392f126
Compare
Choose a tag to compare

New Features

58478a5: Add option require.strict to allow to load required modules in non strict mode.

Fixes

d9a7f3c: Security fix.

3.9.10

05 Jul 12:47
6fcb707
Compare
Choose a tag to compare

New Features

61d240f: Add uptime to process.

Fixes

e3e573f: Security fix.
245da82: Fix inspect showProxy.