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.0 to 7.0.1

6

index.js

@@ -37,3 +37,7 @@ 'use strict';

if (options.force) {
arguments_.unshift('-9');
if (killByName) {
arguments_.unshift('-KILL');
} else {
arguments_.unshift('-9');
}
}

@@ -40,0 +44,0 @@

2

package.json
{
"name": "fkill",
"version": "7.0.0",
"version": "7.0.1",
"description": "Fabulously kill processes. Cross-platform.",

@@ -5,0 +5,0 @@ "license": "MIT",

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