immutable-assign
Advanced tools
Comparing version 1.0.31 to 1.0.32
{ | ||
"name": "immutable-assign", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"description": "Lightweight immutable helper that allows you to continue working with Plain JavaScript Objects", | ||
@@ -5,0 +5,0 @@ "main": "src/iassign.js", |
# immutable-assign (iassign.js) | ||
Lightweight immutable helper that allows you to continue working with POJO (Plain Old JavaScript Object), and supports full TypeScript type checking. | ||
Lightweight immutable helper that allows you to continue working with POJO (Plain Old JavaScript Object), and supports full TypeScript type checking for nested objects. | ||
@@ -446,3 +446,3 @@ [![NPM version][3]][4] [![Build Status][1]][2] [![coverage status][5]][6] | ||
* Added ignoreIfNoChange option, which cause iassign to return the same object if setProp() returns its parameter (i.e., reference pointer not changed). | ||
* Added setOption() function to allow you set the iassign options globally in ES6 | ||
* Added setOption() function to allow you set the iassign options globally in ES6. | ||
@@ -449,0 +449,0 @@ * 1.0.30 - [Support classes](https://github.com/engineforce/ImmutableAssign/issues/4) |
@@ -56,3 +56,3 @@ | ||
// to readonly, in this case you need to use this method. | ||
setOption(option: IIassignOption); | ||
setOption(option: IIassignOption): void; | ||
} | ||
@@ -59,0 +59,0 @@ } |
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
993804