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.2 to 1.0.3

.travis.yml

14

package.json
{
"name": "closest-root",
"version": "1.0.2",
"version": "1.0.3",
"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.",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node ./node_modules/mocha/bin/mocha"
},

@@ -23,3 +23,9 @@ "repository": {

"license": "ISC",
"homepage": "https://github.com/Tabaci/closest-root"
"homepage": "https://github.com/Tabaci/closest-root",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"mocha": "^5.0.4",
"mocha-lcov-reporter": "^1.3.0"
}
}

@@ -0,1 +1,3 @@

[![Build Status](https://travis-ci.org/Tabaci/closest-root.svg?branch=master)](https://travis-ci.org/Tabaci/closest-root)
# closest-root

@@ -2,0 +4,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