Socket
Socket
Sign inDemoInstall

vm-browserify

Package Overview
Dependencies
1
Maintainers
39
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 1.0.0

.travis.yml

10

index.js

@@ -1,2 +0,2 @@

var indexOf = require('indexof');
var indexOf = require('component-indexof');

@@ -112,5 +112,7 @@ var Object_keys = function (obj) {

forEach(Object_keys(ctx), function (key) {
context[key] = ctx[key];
});
if (context) {
forEach(Object_keys(ctx), function (key) {
context[key] = ctx[key];
});
}

@@ -117,0 +119,0 @@ return res;

28

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

@@ -16,6 +16,8 @@ "main": "index.js",

"dependencies": {
"indexof": "0.0.1"
"component-indexof": "0.0.3"
},
"devDependencies": {
"tape": "~2.3.2"
"browserify": "^16.1.1",
"tape": "~2.3.2",
"tape-run": "^3.0.4"
},

@@ -28,21 +30,5 @@ "author": {

"scripts": {
"test": "tap test/*.js"
"test": "browserify test/vm.js | tape-run"
},
"license": "MIT",
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"firefox/16..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
"license": "MIT"
}
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