Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

insert-module-globals

Package Overview
Dependencies
Maintainers
1
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 5.0.1 to 6.0.0

3

index.js
var parseScope = require('lexical-scope');
var through = require('through');
var merge = require('xtend');

@@ -35,3 +36,3 @@ var path = require('path');

var basedir = opts.basedir || '/';
var vars = opts.vars || defaultVars
var vars = merge(defaultVars, opts.vars);
var varNames = Object.keys(vars);

@@ -38,0 +39,0 @@

{
"name": "insert-module-globals",
"version": "5.0.1",
"version": "6.0.0",
"description": "insert implicit module globals into a module-deps stream",

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

"process": "~0.6.0",
"through": "~2.3.4"
"through": "~2.3.4",
"xtend": "^3.0.0"
},

@@ -17,0 +18,0 @@ "devDependencies": {

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