object-path-immutable
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "object-path-immutable", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.", | ||
@@ -11,2 +11,3 @@ "author": "Mario Casciaro <mariocasciaro@gmail.com>", | ||
}, | ||
"types": "./object-path-immutable.d.ts", | ||
"engines": { | ||
@@ -13,0 +14,0 @@ "node": ">=0.10.0" |
@@ -91,3 +91,2 @@ [![build](https://img.shields.io/travis/mariocasciaro/object-path-immutable.svg?style=flat-square)](https://travis-ci.org/mariocasciaro/object-path-immutable) | ||
const newObj2 = immutable.set(obj, ['a', 'b'], 'f') | ||
const newObj3 = immutable.set(obj, ['a', 'b'], v => 'f') | ||
@@ -94,0 +93,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
24670
7
206