Socket
Socket
Sign inDemoInstall

set-value

Package Overview
Dependencies
6
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

6

index.js

@@ -28,3 +28,3 @@ /*!

var keys = split(prop, {sep: '.', brackets: true});
var keys = split(prop, {sep: '.', brackets: true}).filter(isValidKey);
var len = keys.length;

@@ -53,1 +53,5 @@ var idx = -1;

};
function isValidKey(key) {
return key !== '__proto__' && key !== 'constructor' && key !== 'prototype';
}

2

package.json
{
"name": "set-value",
"description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/jonschlinkert/set-value",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc