Releases: casual-simulation/node-deno-vm
Releases · casual-simulation/node-deno-vm
v0.13.0
Changes:
- Added
denoConfig,denoNoNPM, anddenoExtraFlagsoptions to DenoWorker.denoNoNPMdefaults totrueto prevent Deno from trying to load or interact with other files/configurations.denoNoNPMneeds to be set totrue(ordenoConfignot be specified) for DenoWorker to be able to load the bootstrap script fromnode_modules(see #54 for more info).
Add `unsafelyIgnoreCertificateErrors` option
What's Changed
Full Changelog: v0.11.0...v0.12.0
v0.11.0
v0.10.4
v0.10.3
v0.10.2
Changes:
- Added the
denyNetoption to DenoWorker.- This matches the
--deny-netoption in the Deno CLI: https://docs.deno.com/runtime/manual/basics/permissions#permissions-list - Thanks to @andreterron for contributing this! (#41)
- This matches the
v0.10.1
Changes:
- Update base64 imports to support Deno std 0.210.0.
- Thanks to @andreterron for contributing this! (#40)
v0.10.0
Changes:
- Added the ability to close the websocket connection to the Deno subprocess with
.closeSocket().- Thanks to @andreterron for contributing this! (#39)
v0.9.1
v0.9.0
Changes:
- Added the
spawnOptionsconfiguration option.- Useful for customizing how Node spawns the Deno child process.
- Thanks to @andreterron for contributing this! (#31)