Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "terminate", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Terminate a Node.js Process based on the Process ID", | ||
@@ -14,4 +14,5 @@ "main": "terminate.js", | ||
"scripts": { | ||
"test": "istanbul cover --report lcov --report text ./node_modules/tape/bin/tape ./test/*.js", | ||
"coverage": "npm test && istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", | ||
"test": "nyc --report=lcov --report=text ./node_modules/tape/bin/tape ./test/*.js", | ||
"precoverage": "npm test", | ||
"coverage": "nyc check-coverage", | ||
"jshint": "./node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore .", | ||
@@ -43,4 +44,4 @@ "lint": "node_modules/.bin/goodparts terminate.js" | ||
"goodparts": "1.2.1", | ||
"istanbul": "^0.4.5", | ||
"jshint": "^2.9.6", | ||
"nyc": "^15.1.0", | ||
"pre-commit": "1.1.2", | ||
@@ -47,0 +48,0 @@ "tape": "^4.4.0" |
Sorry, the diff of this file is too big to display
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
328703
8778
2