Socket
Socket
Sign inDemoInstall

insert-module-globals

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insert-module-globals - npm Package Compare versions

Comparing version 6.3.0 to 6.4.0

4

package.json
{
"name": "insert-module-globals",
"version": "6.3.0",
"version": "6.4.0",
"description": "insert implicit module globals into a module-deps stream",

@@ -14,3 +14,3 @@ "main": "index.js",

"lexical-scope": "~1.1.0",
"process": "^0.10.0",
"process": "~0.11.0",
"through": "~2.3.4",

@@ -17,0 +17,0 @@ "xtend": "^4.0.0"

@@ -15,3 +15,7 @@ var test = require('tap').test;

s.pipe(concat(function (src) {
var c = { t: t, setTimeout: setTimeout };
var c = {
t: t,
setTimeout: setTimeout,
clearTimeout: clearTimeout
};
vm.runInNewContext(src, c);

@@ -32,2 +36,3 @@ }));

setTimeout: setTimeout,
clearTimeout: clearTimeout,
Uint8Array: Uint8Array,

@@ -34,0 +39,0 @@ DataView: DataView

@@ -15,3 +15,7 @@ var test = require('tap').test;

s.pipe(concat(function (src) {
var c = { t: t, setTimeout: setTimeout };
var c = {
t: t,
setTimeout: setTimeout,
clearTimeout: clearTimeout
};
vm.runInNewContext(src, c);

@@ -18,0 +22,0 @@ }));

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