Releases: felixge/node-sandboxed-module
Releases · felixge/node-sandboxed-module
0.2.1
0.2.0
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)