We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebebb3 commit d60bf98Copy full SHA for d60bf98
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v0.8.3
4
+
5
+### Date: 12/15/2021
6
7
+### Changes:
8
9
+- Added the `denoNoCheck` option to `DenoWorker` for the `--no-check` flag.
10
+ - Thanks to [@derekwheel](https://github.com/derekwheel) for contributing this! ([#13](https://github.com/casual-simulation/node-deno-vm/pull/13))
11
12
## v0.8.2
13
14
### Date: 12/13/2021
package.json
@@ -1,6 +1,6 @@
{
"name": "deno-vm",
- "version": "0.8.2",
+ "version": "0.8.3",
"description": "A VM module that provides a secure runtime environment via Deno.",
"main": "./dist/cjs/index.js",
"types": "./dist/typings/index.d.ts",
0 commit comments