app-root-path
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105
124
21847
11
11
5