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

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.1.0 to 4.1.1

5

lib/path.js

@@ -93,2 +93,7 @@ /**

}
else if (remaining === '') {
// If the remaining key is empty, then a `.` character appeared right at the end of the path and wasn't actually indicating a separate level
obj[kp] = v;
return obj;
}
else {

@@ -95,0 +100,0 @@ // If the current key doesn't exist yet, populate it

4

package.json

@@ -5,7 +5,7 @@ {

"description": "A document path library for Node",
"version": "4.1.0",
"version": "4.1.1",
"homepage": "https://mrodrig.github.io/doc-path",
"repository": {
"type": "git",
"url": "http://github.com/mrodrig/doc-path.git"
"url": "git+ssh://git@github.com/mrodrig/doc-path.git"
},

@@ -12,0 +12,0 @@ "main": "./lib/path.js",

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