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 1.0.7 to 1.0.8

7

package.json
{
"name": "terminate",
"version": "1.0.7",
"version": "1.0.8",
"description": "Terminate a Node.js Process based on the Process ID",

@@ -9,4 +9,3 @@ "main": "terminate.js",

"coverage": "istanbul cover ./node_modules/tape/bin/tape ./test/*.js && istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"jshint": "./node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore .",
"codeclimate": "CODECLIMATE_REPO_TOKEN=183ff75bccfef4ec435b9e9cf1c13e409b0a826774e30b2ef2ae8d449caa40e8 ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info"
"jshint": "./node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore ."
},

@@ -31,3 +30,3 @@ "repository": {

"dependencies": {
"ps-tree": "1.0.0"
"ps-tree": "1.0.1"
},

@@ -34,0 +33,0 @@ "devDependencies": {

@@ -9,3 +9,3 @@ # terminate

[![Code Climate](https://codeclimate.com/github/dwyl/terminate/badges/gpa.svg)](https://codeclimate.com/github/dwyl/terminate)
[![Test Coverage](https://codeclimate.com/github/dwyl/terminate/badges/coverage.svg)](https://codeclimate.com/github/dwyl/terminate)
[![codecov.io](https://codecov.io/github/dwyl/terminate/coverage.svg?branch=master)](https://codecov.io/github/dwyl/terminate?branch=master)
[![npm version](https://badge.fury.io/js/terminate.svg)](http://badge.fury.io/js/terminate)

@@ -12,0 +12,0 @@ [![Node.js Version](https://img.shields.io/node/v/terminate.svg?style=flat)](http://nodejs.org/download)

Sorry, the diff of this file is not supported yet

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