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

fkill

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fkill - npm Package Compare versions

Comparing version 7.0.1 to 7.1.0

2

index.d.ts

@@ -51,4 +51,4 @@ declare namespace fkill {

options?: fkill.Options
): Promise<void>
): Promise<void>;
export = fkill;

@@ -6,3 +6,3 @@ 'use strict';

const AggregateError = require('aggregate-error');
const pidFromPort = require('pid-from-port');
const pidPort = require('pid-port');
const processExists = require('process-exists');

@@ -82,3 +82,3 @@ const psList = require('ps-list');

if (typeof input === 'string' && input[0] === ':') {
return pidFromPort(parseInt(input.slice(1), 10));
return pidPort.portToPid(Number.parseInt(input.slice(1), 10));
}

@@ -85,0 +85,0 @@

{
"name": "fkill",
"version": "7.0.1",
"version": "7.1.0",
"description": "Fabulously kill processes. Cross-platform.",
"license": "MIT",
"funding": "https://github.com/sponsors/sindresorhus",
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
},
"repository": "sindresorhus/fkill",

@@ -11,3 +13,3 @@ "author": {

"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},

@@ -42,18 +44,18 @@ "engines": {

"dependencies": {
"aggregate-error": "^3.0.0",
"aggregate-error": "^3.1.0",
"arrify": "^2.0.1",
"execa": "^4.0.0",
"pid-from-port": "^1.1.3",
"execa": "^5.0.0",
"pid-port": "^0.1.0",
"process-exists": "^4.0.0",
"ps-list": "^7.0.0",
"taskkill": "^3.0.0"
"ps-list": "^7.2.0",
"taskkill": "^3.1.0"
},
"devDependencies": {
"ava": "^1.4.1",
"delay": "^4.1.0",
"ava": "^2.4.0",
"delay": "^4.4.0",
"get-port": "^5.1.1",
"noop-process": "^4.0.0",
"tsd": "^0.11.0",
"xo": "^0.25.4"
"tsd": "^0.14.0",
"xo": "^0.36.1"
}
}

@@ -11,4 +11,2 @@ <h1 align="center">

[![Build Status](https://travis-ci.org/sindresorhus/fkill.svg?branch=master)](https://travis-ci.org/sindresorhus/fkill)
Works on macOS (10.13 or later), Linux, Windows.

@@ -15,0 +13,0 @@

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