Socket
Socket
Sign inDemoInstall

doc-path

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doc-path - npm Package Compare versions

Comparing version 4.0.0-beta.1 to 4.0.0-beta.2

6

lib/path.js

@@ -71,2 +71,3 @@ /**

obj.forEach((doc) => _sp(doc, kp, v));
return obj;
}

@@ -77,5 +78,3 @@ else if (typeof obj === 'object' && obj !== null && !(key in obj) && !Array.isArray(obj)) {

}
else {
_sp(obj[key], remaining, v);
}
_sp(obj[key], remaining, v);
}

@@ -85,2 +84,3 @@ else if (Array.isArray(obj)) {

obj.forEach((doc) => _sp(doc, remaining, v));
return obj;
}

@@ -87,0 +87,0 @@ else {

@@ -5,3 +5,3 @@ {

"description": "A document path library for Node",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"homepage": "https://mrodrig.github.io/doc-path",

@@ -8,0 +8,0 @@ "repository": {

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