[new] Added NodeVM options to pass argv & env to process object (XmiliaH) [fix] Fixed breakouts in NodeVM (XmiliaH) [fix] Made async check more robust (XmiliaH)
[fix] Require helpers statically in main (XmiliaH) [fix] Fix for non-configurable property access (XmiliaH)
[new] Added vm.Script lineOffset
and columnOffset
options (azu)
[new] Allow to specify a compiler per VMScript (XmiliaH)
[new] Add option to disable async (XmiliaH)
[new] Added allot of jsdoc (XmiliaH)
[fix] Fix access to frozen or unconfigurable properties (XmiliaH)
[fix] Double wrap Objects to prevent breakout via inspect (XmiliaH)
[fix] Compile now compiles VM code (XmiliaH)
[fix] Do not allow precompiling VMScript (XmiliaH) [fix] Security fixes (XmiliaH)
[fix] Security fixes
[fix] toString() on builtin objects
[fix] Module resolver fixes [fix] require('events') works correctly in Node 12 [fix] SyntaxError not being instanceOf Error
[new] Allow prohibiting access to eval/wasm in sandbox context [new] Allow transitive external dependencies in sandbox context (Idan Attias) [new] Allow using wildcards in module-names passed using the external attribute (Harel Moshe) [fix] Default to index.js when specified "main" does not exist (Harel Moshe) [fix] Security fixes
[new] Add require.resolve (Idan Attias) [new] Support multiple root paths (Idan Attias)
[fix] Contextification of EvalError and URIError [fix] Security fixes
[fix] Add missing console.debug function in NodeVM [fix] Security fixes
[fix] Security fixes
[fix] Security fixes
[fix] Security fixes
[fix] Security fixes
[fix] Security fixes
[fix] Added new to vmwerror when trying to load coffeescipt but can't (dotconnor) [fix] Add arguments to process.nextTick proxy (Patrick Engström)
[fix] Security fixes
[fix] Security fixes
[fix] Security fixes
[new] Support for custom source extensions [new] WIP support for disallowing Promise [fix] Prevent slow unsafe alloc for Buffers [fix] Refactors around defaults [fix] Types definition update
[fix] Prevent slow unsafe alloc for Buffers
[fix] Prevent unsafe alloc for Buffers
[new] Allow a custom compiler to recieve the filetype (Orta Therox) [new] Allow in-sandbox requires to also get called through the compiler (Orta Therox) [new] Support whitelisting modules inside a VM (Orta Therox) [new] Add TypeScript definition (Orta Therox)
[new] Added experimental VM.protect method
[new] Added VM.freeze method
[new] Added support for pre-compiled scripts via VMScript
[new] Added option wrapper (Alizain Feerasta)
Initial release