Socket
Socket
Sign inDemoInstall

closest-root

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

closest-root - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

22

package.json
{
"name": "closest-root",
"version": "1.0.0",
"version": "1.0.1",
"description": "Allows the user to locate the root directory, of a Node application set up using npm, from a specified directory by traversing upwards until the root is located.",

@@ -8,14 +8,18 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1"
},
},
"repository": {
"type": "git",
"url": "https://github.com/Tabaci/closest-root.git"
},
"type": "git",
"url": "https://github.com/Tabaci/closest-root.git"
},
"bugs": {
"url": "https://github.com/Tabaci/closest-root/issues"
},
"keywords": ["find", "root", "locate"],
"url": "https://github.com/Tabaci/closest-root/issues"
},
"keywords": [
"find",
"root",
"locate"
],
"author": "Alexander Hållenius",
"license": "ISC",
"license": "ISC",
"homepage": "https://github.com/Tabaci/closest-root"
}
# closest-root
This *npm* module allows for the user to locate the closest *npm* root directory
This *npm* module allows the user to locate the closest *npm* root directory
from a specified path.

@@ -5,0 +5,0 @@

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