object-merger
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -29,3 +29,3 @@ /*! | ||
const apply = (obj, cur) => { | ||
if (!obj) return; | ||
if (typeof obj !== 'object') return ; | ||
Object.keys(obj).forEach(key => { | ||
@@ -32,0 +32,0 @@ if (Array.isArray(obj[key])) { |
{ | ||
"name": "object-merger", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"engines" : { | ||
@@ -5,0 +5,0 @@ "node" : ">=6.0.0" |
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
5792