Skip to content

Releases: felixge/node-sandboxed-module

0.2.1

11 Jun 02:34
Compare
Choose a tag to compare

Don't include the test files in the npm package.

0.2.0

11 Jun 02:37
Compare
Choose a tag to compare

Fixed sandboxed modules that were in strict mode to now stay in strict mode. (@domenic, #16, #17, a543553)

Fixed sandboxed modules to inherit the global constructors (Object, Array, etc.) from their parent, unless overriden. (@domenic, #13, e4355ba)

Removed apparently-broken global-leak detecting feature. (@domenic, 92a3824, 7d8aa9c)