insert-module-globals
Advanced tools
Comparing version 5.0.1 to 6.0.0
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15625
307
137
6
+ Addedxtend@^3.0.0
+ Addedxtend@3.0.0(transitive)