just-safe-set
Advanced tools
Comparing version 4.2.0 to 4.2.1
# just-safe-set | ||
## 4.2.1 | ||
### Patch Changes | ||
- Fixed README to remove suggestion it does not clobber | ||
## 4.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "just-safe-set", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "set value at property, create intermediate properties if necessary", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -35,6 +35,2 @@ <!-- DO NOT EDIT THIS FILE! THIS FILE WAS AUTOGENERATED BY TEMPLATE-MATE --> | ||
// don't clobber existing | ||
const obj4 = {a: {aa: {aaa: 2}}}; | ||
set(obj4, 'a.aa', {bbb: 7}); // false | ||
const obj5 = {a: {}}; | ||
@@ -41,0 +37,0 @@ const sym = Symbol(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
6982
149
40