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

kill-process-by-name

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kill-process-by-name

Kills all processes by a certain program

  • 1.0.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Kill-Process-By-Name

Kill all processes of a program with the programname.

Examples

Kill every process with the name "electron":

var killProcess = require('kill-process-by-name');

killProcess('electron');

You don´t have to add any file endings, typing in the name of the program is enough.

Install

With npm do:

npm install kill-process-by-name

License

MIT

Changelog

[1.0.1] - 2019-03-07

Added

  • README.md

[1.0.2] - 2019-03-07

Changed

  • README.md

[1.0.5] - 2019-03-07

Removed

  • Console.log

Keywords

FAQs

Package last updated on 08 Mar 2019

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

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