object-path-immutable
Advanced tools
{ | ||
"name": "object-path-immutable", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.", | ||
@@ -5,0 +5,0 @@ "author": "Mario Casciaro <m@mario.fyi>", |
@@ -57,3 +57,3 @@ [](https://travis-ci.org/mariocasciaro/object-path-immutable) | ||
```javascript | ||
const newObj = immutable(obj).set('a.b', 'f').del('a.c.0').value() | ||
const newObj = immutable.wrap(obj).set('a.b', 'f').del('a.c.0').value() | ||
``` | ||
@@ -60,0 +60,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
51139
0.01%0
-100%