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

kill-process-group

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kill-process-group

It kills a process group. No dependencies. Windows support.

latest
Source
npmnpm
Version
1.0.13
Version published
Weekly downloads
1.2K
8.52%
Maintainers
1
Weekly downloads
 
Created
Source

kill-process-group

Last version Coverage Status NPM Status

It kills a process group. No dependencies. Windows support.

Install

$ npm install kill-process-group --save

Usage

const killProcessGroup = require('kill-process-group')
const $ = require('tinyspawn')

const proc = $(`node ${scripts.parent}`, {
  detached: process.platform !== 'win32',
  stdio: 'inherit'
})

await killProcessGroup(proc)

License

kill-process-group © Kiko Beats, released under the MIT License.
Authored and maintained by Kiko Beats with help from contributors.

kikobeats.com · GitHub Kiko Beats · Twitter @Kikobeats

Keywords

children

FAQs

Package last updated on 05 Sep 2025

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