Comparing version 1.6.6 to 1.6.7
@@ -13,3 +13,4 @@ { | ||
"node": true, | ||
"mongo": true | ||
"mongo": true, | ||
"mocha": true | ||
}, | ||
@@ -16,0 +17,0 @@ "rules": { |
@@ -49,3 +49,3 @@ 'use strict' | ||
continue | ||
if (_.isObject( object[key] ) && self.options.recursive ) | ||
if (_.isPlainObject( object[key] ) && self.options.recursive ) | ||
self.copyObject( source[key], Object.keys(source[key]), object[key] ) | ||
@@ -52,0 +52,0 @@ else |
{ | ||
"name": "assign.js", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "Tiny libary to assign objects", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Assign.js - dependency-free very minimal assign function | ||
[![NPM](https://nodei.co/npm/assign.js.png)](https://nodei.co/npm/assign.js/) | ||
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) | ||
======== | ||
@@ -5,0 +8,0 @@ |
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
9990
250
28