Socket
Socket
Sign inDemoInstall

tree-kill

Package Overview
Dependencies
0
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

index.d.ts

5

index.js

@@ -12,2 +12,7 @@ 'use strict';

pidsToProcess[pid] = 1;
if (typeof signal === 'function' && callback === undefined) {
callback = signal;
signal = undefined;
}

@@ -14,0 +19,0 @@ switch (process.platform) {

6

package.json
{
"name": "tree-kill",
"version": "1.1.0",
"version": "1.2.0",
"description": "kill trees of processes",
"main": "index.js",
"types": "index.d.ts",
"bin": {
"tree-kill": "cli.js"
},
"scripts": {
"test": "mocha"
},
"repository": {

@@ -10,0 +14,0 @@ "type": "git",

@@ -62,1 +62,19 @@ Tree Kill

MIT
Changelog
=========
## [1.2.0] - 2017-19-09
### Added
- TypeScript definitions
### Changed
- `kill(pid, callback)` works. Before you had to use `kill(pid, signal, callback)`
## [1.1.0] - 2016-05-13
### Added
- A `tree-kill` CLI
## [1.0.0] - 2015-09-17
### Added
- optional callback
- Darwin support
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc