@ndhoule/defaults
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,5 @@ | ||
## 2.0.1 | ||
- Bump @ndhoule/drop, @ndhoule/rest dependency to fix Browserify builds | ||
## 2.0.0 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@ndhoule/defaults", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Copies owned, enumerable properties from a source object(s) to a target object when the value of that property on the source object is `undefined`.", | ||
@@ -21,4 +21,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@ndhoule/drop": "^1.0.0", | ||
"@ndhoule/rest": "^1.0.0" | ||
"@ndhoule/drop": "^2.0.0", | ||
"@ndhoule/rest": "^2.0.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
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
15582
+ Added@ndhoule/drop@2.0.0(transitive)
+ Added@ndhoule/rest@2.0.0(transitive)
- Removed@ndhoule/drop@1.0.0(transitive)
- Removed@ndhoule/rest@1.0.1(transitive)
Updated@ndhoule/drop@^2.0.0
Updated@ndhoule/rest@^2.0.0