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

app-root-path

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-root-path - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

.nyc_output/1cab76d7d1d903c509d2073fb8c792ef.json

36

package.json
{
"name": "app-root-path",
"version": "1.3.0",
"description": "Determine an app's root path from anywhere inside the app",
"main": "index.js",
"browser": "browser-shim.js",
"scripts": {
"test": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test-only": "mocha -R spec"
"test": "nyc mocha -R spec",
"report-coverage": "npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov",
"release": "semantic-release pre && npm publish --tag next && semantic-release post"
},

@@ -33,7 +34,28 @@ "repository": {

"devDependencies": {
"mocha": "^2.0.1",
"codecov": "^1.0.1",
"coveralls": "^2.11.2",
"cracks": "^3.1.2",
"cz-conventional-changelog": "^1.2.0",
"ghooks": "^1.3.2",
"istanbul": "^0.3.4",
"mocha-lcov-reporter": "0.0.1"
}
}
"mocha": "^2.0.1",
"mocha-lcov-reporter": "0.0.1",
"nyc": "^8.1.0",
"semantic-release": "^4.3.5",
"validate-commit-msg": "^2.8.0"
},
"release": {
"branch": "development"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg",
"post-merge": "npm install",
"post-rewrite": "npm install"
},
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"version": "1.4.0"
}
# App Root Path Module
[![Build Status](https://travis-ci.org/inxilpro/node-app-root-path.svg)](https://travis-ci.org/inxilpro/node-app-root-path) [![Dependency Status](https://david-dm.org/inxilpro/node-app-root-path.svg)](https://david-dm.org/inxilpro/node-app-root-path) [![Coverage Status](https://img.shields.io/coveralls/inxilpro/node-app-root-path.svg)](https://coveralls.io/r/inxilpro/node-app-root-path)
[![Build Status][build-status-img]][build-status] [![Dependency Status][david-dm-img]][david-dm] [![Code Coverage Status][codecov-img]][codecov]

@@ -119,1 +119,7 @@ > **Please Note:** Due to the very limited scope of this module, I do not anticipate needing to make very many changes to it. Expect long stretches of zero updates—that does not mean that the module is outdated.

[build-status]: https://travis-ci.org/inxilpro/node-app-root-path
[build-status-img]: https://travis-ci.org/inxilpro/node-app-root-path.svg
[david-dm-img]: https://david-dm.org/inxilpro/node-app-root-path.svg
[david-dm]: https://david-dm.org/inxilpro/node-app-root-path
[codecov-img]: https://codecov.io/gh/inxilpro/node-app-root-path/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/inxilpro/node-app-root-path
.idea/.name
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