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.5 to 1.0.6

18

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

@@ -10,7 +10,7 @@ "main": "terminate.js",

"jshint": "./node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore .",
"codeclimate": "CODECLIMATE_REPO_TOKEN=cb9cb09b16b317fb2d65ebf34df7039bb62976fe3cb3eadc71b4fd7991033c47 ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info"
"codeclimate": "CODECLIMATE_REPO_TOKEN=183ff75bccfef4ec435b9e9cf1c13e409b0a826774e30b2ef2ae8d449caa40e8 ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "https://github.com/nelsonic/terminate.git"
"url": "https://github.com/dwyl/terminate.git"
},

@@ -25,7 +25,7 @@ "keywords": [

"author": "@nelsonic <contact.nelsonic@gmail.com> (https://github.com/nelsonic)",
"license": "ISC",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/nelsonic/terminate/issues"
"url": "https://github.com/dwyl/terminate/issues"
},
"homepage": "https://github.com/nelsonic/terminate",
"homepage": "https://github.com/dwyl/terminate",
"dependencies": {

@@ -36,5 +36,5 @@ "ps-tree": "1.0.0"

"chalk": "^1.0.0",
"codeclimate-test-reporter": "0.0.4",
"istanbul": "^0.3.13",
"jshint": "^2.7.0",
"codeclimate-test-reporter": "0.1.0",
"istanbul": "^0.3.17",
"jshint": "^2.8.0",
"pre-commit": "1.0.6",

@@ -41,0 +41,0 @@ "tape": "^4.0.0"

@@ -7,8 +7,8 @@ # terminate

[![Build Status](https://travis-ci.org/nelsonic/terminate.svg)](https://travis-ci.org/nelsonic/terminate)
[![Code Climate](https://codeclimate.com/github/nelsonic/terminate/badges/gpa.svg)](https://codeclimate.com/github/nelsonic/terminate)
[![Test Coverage](https://codeclimate.com/github/nelsonic/terminate/badges/coverage.svg)](https://codeclimate.com/github/nelsonic/terminate)
[![Build Status](https://travis-ci.org/dwyl/terminate.svg?branch=master)](https://travis-ci.org/dwyl/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)
[![npm version](https://badge.fury.io/js/terminate.svg)](http://badge.fury.io/js/terminate)
[![Node.js Version](https://img.shields.io/node/v/terminate.svg?style=flat)](http://nodejs.org/download)
[![Dependency Status](https://david-dm.org/nelsonic/terminate.svg)](https://david-dm.org/nelsonic/terminate)
[![Dependency Status](https://david-dm.org/dwyl/terminate.svg)](https://david-dm.org/dwyl/terminate)

@@ -39,4 +39,2 @@

<br />

@@ -75,3 +73,3 @@

## Dependencies [![Dependency Status](https://david-dm.org/nelsonic/terminate.svg)](https://david-dm.org/nelsonic/terminate) [![devDependency Status](https://david-dm.org/nelsonic/terminate/dev-status.svg)](https://david-dm.org/nelsonic/terminate#info=devDependencies) [![Retire Status](https://img.shields.io/badge/security-no%20known%20vulnerabilities-brightgreen.svg)](http://retire.insecurity.today/api/image?uri=https://raw.githubusercontent.com/nelsonic/terminate/master/package.json)
## Dependencies [![Dependency Status](https://david-dm.org/dwyl/terminate.svg)](https://david-dm.org/dwyl/terminate) [![devDependency Status](https://david-dm.org/dwyl/terminate/dev-status.svg)](https://david-dm.org/dwyl/terminate#info=devDependencies) [![Retire Status](https://img.shields.io/badge/security-no%20known%20vulnerabilities-brightgreen.svg)](http://retire.insecurity.today/api/image?uri=https://raw.githubusercontent.com/dwyl/terminate/master/package.json)

@@ -78,0 +76,0 @@ While researching how to get a list of child processes given a

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