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

killports

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

killports

A lightweight library to kill processes listening to a list of ports using cli or nodejs module

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

killports

A lightweight library to kill processes listening to a list of ports using cli or nodejs module

  • Module usage
  • CLI usage
  • License

Module usage

$ npm install killports
const killports = require('killports')
const ports = [3000, 3001, 3002]
killports(ports)

CLI Usage

$ npm install -g killports
$ killports 3000 3001 3002

License

ISC

FAQs

Package last updated on 31 May 2021

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