Socket
Socket
Sign inDemoInstall

parse-path

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-path - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

8

index.js

@@ -18,2 +18,6 @@ module.exports = parsePath;

if (typeof value == 'function' && i < len - 1) {
value = value();
}
if (value == undefined || value == null) {

@@ -23,6 +27,2 @@ return undefined;

if (typeof value == 'function') {
value = value();
}
}

@@ -29,0 +29,0 @@

{
"name": "parse-path",
"version": "0.0.0",
"version": "0.0.1",
"description": "parse javascript object path",

@@ -18,7 +18,7 @@ "main": "index.js",

"repository": {
"url": "git@github.com:azer\/parse-path.git",
"url": "git@github.com:azer/parse-path.git",
"type": "git"
},
"author": "Azer Ko\u00e7ulu <azer@kodfabrik.com>",
"author": "Azer Koçulu <azer@kodfabrik.com>",
"license": "BSD"
}
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