🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

kill-port-process-cli

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kill-port-process-cli - npm Package Compare versions

Comparing version

to
1.0.6

5

package.json
{
"name": "kill-port-process-cli",
"version": "1.0.5",
"version": "1.0.6",
"description": "A CLI tool to kill processes by port",

@@ -8,3 +8,4 @@ "main": "index.js",

"kill-port": "./index.js",
"k-p": "./index.js"
"k-p": "./index.js",
"k": "./index.js"
},

@@ -11,0 +12,0 @@ "scripts": {

4

README.md

@@ -23,2 +23,6 @@ # kill-port-process-cli

```
or
```bash
k 3000 3001
```
### Compatibility

@@ -25,0 +29,0 @@ This tool is compatible with Windows, macOS, and Linux.