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

terminate

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terminate - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

9

package.json
{
"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

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