proxyquire
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -15,3 +15,3 @@ 'use strict'; | ||
Object.keys(original).forEach(function (key) { | ||
if (!mdl[key]) mdl[key] = original[key]; | ||
if (typeof mdl[key] === 'undefined') mdl[key] = original[key]; | ||
}); | ||
@@ -18,0 +18,0 @@ } |
{ | ||
"name": "proxyquire", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Proxies nodejs require in order to allow overriding dependencies during testing.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
57801