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

tree-kill

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-kill - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

8

index.js
var spawn = require('child_process').spawn;
var once = require('once');

@@ -45,3 +46,4 @@ module.exports = function (pid, signal) {

});
ps.on('exit', function (code) {
var onExitClose = once(function (code) {
delete pidsToProcess[parentPid];

@@ -77,3 +79,5 @@

});
ps.on('exit', onExitClose);
ps.on('close', onExitClose);
}
{
"name" : "tree-kill",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "kill trees of processes",

@@ -11,2 +11,5 @@ "main" : "index.js",

"homepage" : "https://github.com/pkrumins/node-tree-kill",
"dependencies" : {
"once" : "1.1.1"
},
"keywords" : [

@@ -13,0 +16,0 @@ "tree",

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