Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "blend.js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ "Kieran Boyle <norcal.kieran@gmail.com>" |
@@ -62,6 +62,5 @@ 'use strict'; | ||
deep = false, | ||
dedup = false, | ||
type = typeof(target); | ||
dedup = false; | ||
if(type === 'boolean'){ | ||
if(typeof(target) === 'boolean'){ | ||
deep = target; | ||
@@ -68,0 +67,0 @@ target = arguments[1] || {}; |
{ | ||
"name": "blend.js", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Micro library for performing shallow/deep copying of objects with support for array merging + dedup", | ||
@@ -22,4 +22,7 @@ "author": "Kieran Boyle <norcal.kieran@gmail.com>", | ||
"keywords": [ | ||
"JavaScript", | ||
"JS", | ||
"blend", | ||
"blendjs", | ||
"blend.js", | ||
"javascript", | ||
"js", | ||
"merge", | ||
@@ -26,0 +29,0 @@ "deep", |
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
9650
176