Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

just-safe-set

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-safe-set - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

6

CHANGELOG.md
# just-safe-set
## 4.2.1
### Patch Changes
- Fixed README to remove suggestion it does not clobber
## 4.2.0

@@ -4,0 +10,0 @@

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc