putil-merge
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -26,2 +26,4 @@ /* putil-merge | ||
throw new TypeError('Property "target" requires object type'); | ||
if (!source) | ||
return target; | ||
if (!isObject(source)) | ||
@@ -28,0 +30,0 @@ throw new TypeError('Property "source" requires object type'); |
{ | ||
"name": "putil-merge", | ||
"description": "Lightweight solution for merging multiple objects into one. Also it supports deep merge and deep clone", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
8911
86