putil-merge
Advanced tools
Comparing version 3.10.2 to 3.10.3
@@ -28,4 +28,4 @@ export as namespace mergeLib; | ||
export function arrayCombine(target, source: Array<any>): Array<any>; | ||
export function arrayCombine(target: any, source: Array<any>): Array<any>; | ||
} |
{ | ||
"name": "putil-merge", | ||
"description": "Lightweight solution for merging multiple objects into one. Also it supports deep merge and deep clone", | ||
"version": "3.10.2", | ||
"version": "3.10.3", | ||
"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
10257