File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.10.2
4+
5+ ### Date: 1/29/2024
6+
7+ ### Changes:
8+
9+ - Added the ` denyNet ` option to DenoWorker.
10+ - This matches the ` --deny-net ` option in the Deno CLI: https://docs.deno.com/runtime/manual/basics/permissions#permissions-list
11+ - Thanks to [ @andreterron ] ( https://github.com/andreterron ) for contributing this! ([ #41 ] ( https://github.com/casual-simulation/node-deno-vm/pull/41 ) )
12+
313## v0.10.1
414
515### Date: 12/21/2023
Original file line number Diff line number Diff line change 11{
22 "name" : " deno-vm" ,
3- "version" : " 0.10.1 " ,
3+ "version" : " 0.10.2 " ,
44 "description" : " A VM module that provides a secure runtime environment via Deno." ,
55 "main" : " ./dist/cjs/index.js" ,
66 "types" : " ./dist/typings/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments