Socket
Socket
Sign inDemoInstall

vm-browserify

Package Overview
Dependencies
0
Maintainers
39
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # vm-browserify Change Log

## 1.1.0 - 2018-06-15
* Add `vm.isContext(sandbox)`. (https://github.com/browserify/vm-browserify/commit/038c3cb33edcad9eec33aa8a8beae31b15c1a006)
## 1.0.1 - 2018-04-13

@@ -7,0 +10,0 @@ * Remove the `component-indexof` dependency. (https://github.com/browserify/vm-browserify/commit/0d9bd4c99f80db12c5c45e260a23ebfc51ec850d)

@@ -133,2 +133,6 @@ var indexOf = function (xs, item) {

exports.isContext = function (context) {
return context instanceof Context;
};
exports.createScript = function (code) {

@@ -135,0 +139,0 @@ return exports.Script(code);

2

package.json
{
"name": "vm-browserify",
"version": "1.0.1",
"version": "1.1.0",
"description": "vm module for the browser",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc