immutable-assign
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "immutable-assign", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Lightweight immutable helper that allows you to continue working with Plain JavaScript Objects", | ||
@@ -5,0 +5,0 @@ "main": "deploy/iassign.js", |
@@ -371,3 +371,3 @@ # immutable-assign (iassign.js) | ||
['a', 'b', 'c', 0, '0'], | ||
(ci: any) => { | ||
(ci) => { | ||
ci.d++; | ||
@@ -449,3 +449,3 @@ return ci; | ||
* 2.1.0 - Added function overload 3 to pass in known property paths (array). Refer to [example 10](#example-10-update-nested-level-object-properties-using-property-paths-overload-3) | ||
* 2.1.1 - Added function overload 3 to pass in known property paths (array). Refer to [example 10](#example-10-update-nested-level-object-properties-using-property-paths-overload-3) | ||
* 2.0.8 - Fixed bug for undefined properties. | ||
@@ -452,0 +452,0 @@ * 2.0.4 - Replaced the proxy-polyfill with Object.defineProperty(), which has a much better browser support. |
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
1415525