isolated-vm
Advanced tools
Comparing version 4.2.0 to 4.3.0
@@ -0,1 +1,5 @@ | ||
## v4.3.0 | ||
- v8 inspector API fixed in nodejs v16.x | ||
- `release` method added to `Module` | ||
## v4.2.0 | ||
@@ -2,0 +6,0 @@ - `accessors` option added to `reference.get()` |
@@ -290,2 +290,7 @@ declare module "isolated-vm" { | ||
evaluateSync(options?: ScriptRunOptions): Transferable; | ||
/** | ||
* Releases this module. This behaves the same as other `.release()` methods. | ||
*/ | ||
release(): void; | ||
} | ||
@@ -292,0 +297,0 @@ |
{ | ||
"name": "isolated-vm", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "Access to multiple isolates", | ||
@@ -5,0 +5,0 @@ "main": "isolated-vm.js", |
@@ -326,3 +326,6 @@ [![npm version](https://badgen.now.sh/npm/v/isolated-vm)](https://www.npmjs.com/package/isolated-vm) | ||
##### `module.release()` | ||
Releases this module. This behaves the same as other `.release()` methods. | ||
### Class: `Callback` *[transferable]* | ||
@@ -329,0 +332,0 @@ Callbacks can be used to create cross-isolate references to simple functions. This can be easier and |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
547970
163
2938
729