New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

kill-process

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kill-process

Promisified kill process with all its childs by pid

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
216
27.06%
Maintainers
1
Weekly downloads
 
Created
Source

Kill-process

var kill = require('kill-process')

var backend = require('child_process').exec('node server/index.js')
 // backend.kill() will not work here because exec points to sh -c node server/index.js, not node
await kill(backend.pid)
console.log('Backend server killed')

Keywords

process

FAQs

Package last updated on 24 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts