lodash.mergewith
Advanced tools
Comparing version 4.5.0 to 4.5.1
@@ -106,6 +106,6 @@ /** | ||
/** Detect free variable `exports`. */ | ||
var freeExports = freeGlobal && typeof exports == 'object' && exports; | ||
var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; | ||
/** Detect free variable `module`. */ | ||
var freeModule = freeExports && typeof module == 'object' && module; | ||
var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; | ||
@@ -986,5 +986,2 @@ /** Detect the popular CommonJS extension `module.exports`. */ | ||
}); | ||
if (!isFull) { | ||
stack['delete'](value); | ||
} | ||
return result; | ||
@@ -991,0 +988,0 @@ } |
{ | ||
"name": "lodash.mergewith", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"description": "The lodash method `_.mergeWith` exported as a module.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://lodash.com/", |
@@ -1,2 +0,2 @@ | ||
# lodash.mergewith v4.5.0 | ||
# lodash.mergewith v4.5.1 | ||
@@ -18,2 +18,2 @@ The [lodash](https://lodash.com/) method `_.mergeWith` exported as a [Node.js](https://nodejs.org/) module. | ||
See the [documentation](https://lodash.com/docs#mergeWith) or [package source](https://github.com/lodash/lodash/blob/4.5.0-npm-packages/lodash.mergewith) for more details. | ||
See the [documentation](https://lodash.com/docs#mergeWith) or [package source](https://github.com/lodash/lodash/blob/4.5.1-npm-packages/lodash.mergewith) for more details. |
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
63860
2114