New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

isolated-vm

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isolated-vm - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0

vendor/v8_inspector/nodejs_v16.0.0.h

4

CHANGELOG.md

@@ -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 @@

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc