Socket
Socket
Sign inDemoInstall

vm-browserify

Package Overview
Dependencies
1
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

LICENSE

11

index.js

@@ -64,2 +64,8 @@ var indexOf = require('indexof');

var wEval = win.eval, wExecScript = win.execScript;
if (!wEval && wExecScript) {
// win.eval() magically appears when this is called in IE:
wExecScript.call(win, 'null');
wEval = win.eval;
}

@@ -74,7 +80,2 @@ forEach(Object_keys(context), function (key) {

});
if (!wEval && wExecScript) {
// win.eval() magically appears when this is called in IE:
wExecScript.call(win, 'null');
}

@@ -81,0 +82,0 @@ var winKeys = Object_keys(win);

{
"name": "vm-browserify",
"version": "0.0.3",
"version": "0.0.4",
"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