Socket
Socket
Sign inDemoInstall

browser-kill

Package Overview
Dependencies
2
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    browser-kill

Browser process kill, cross platform


Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Install size
864 kB
Created
Weekly downloads
 

Readme

Source

browser-kill

Build

Kill browser process in Mac, Linux, Windows

Install

npm i browser-kill

Usage


const Brkill = require('browser-kill');

(async () => {

  // Kills chrome process
  await Brkill.chrome();

  // Kills firefox process
  await Brkill.firefox();
})

API

  • chrome()
    • Kills the chrome process, throws error if chrome process is not running
  • firefox()
    • Kills the chrome process, throws error if chrome process is not running

Contributing

Interested in contributing to this project? You can log any issues or suggestion related to this library here

Read our contributing guide on getting started with contributing to the codebase

Contributors

Thank you to all the contributors who have helped us in making this project better :raised_hands:

Keywords

FAQs

Last updated on 14 Aug 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc