Comparing version 1.8.0 to 1.8.1
@@ -68,3 +68,2 @@ 'use strict' | ||
var key = props[index] | ||
console.log('>>>>>>>>>>>>', key, _.isPlainObject( source[key] ), _.isArray( source[key] )) | ||
if (_.isPlainObject( source[key] ) ) | ||
@@ -71,0 +70,0 @@ object[key] = self.cloneObject( source[key], Object.keys(source[key]), object[key] ) |
{ | ||
"name": "assign.js", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Tiny libary to assign objects", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
11173
289