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

@ascot/process

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ascot/process - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

package.json
{
"name": "@ascot/process",
"description": "Tools for managing processes, powered by ascot",
"version": "2.0.3",
"version": "2.0.4",
"license": "SEE LICENSE IN LICENSE.md",

@@ -6,0 +6,0 @@ "dependencies": {

@@ -23,3 +23,3 @@ "use strict";

log_1.default.warn("Process " + log_1.default.colors.gray("#" + proc.pid) + " did not exit in time. Forcing exit...");
log_1.default.warn("Command: " + proc.spawnfile + " " + proc.spawnargs.join(" "), { prefix: "#" + proc.pid });
log_1.default.warn("Command: " + proc.spawnfile + " " + proc.spawnargs.join(" "));
proc.kill(9);

@@ -26,0 +26,0 @@ forceKilled = true;

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