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

key-path-helpers

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

key-path-helpers - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

3

lib/key-path-helpers.js

@@ -19,2 +19,5 @@ (function() {

var key, keys, _i, _len;
if (!keyPath) {
return object;
}
keys = splitKeyPath(keyPath);

@@ -21,0 +24,0 @@ for (_i = 0, _len = keys.length; _i < _len; _i++) {

2

package.json
{
"name": "key-path-helpers",
"version": "0.1.0",
"version": "0.2.0",
"description": "Functions for working with key paths",

@@ -5,0 +5,0 @@ "main": "./lib/key-path-helpers",

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