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

@dotcom-tool-kit/logger

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-tool-kit/logger - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

4

lib/helpers.js

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

});
child.on('exit', (code) => {
child.on('exit', (code, signal) => {
if (code === 0) {

@@ -133,3 +133,3 @@ resolve();

else {
const error = new error_1.ToolKitError(`${process} process returned a non-zero exit code (${code})`);
const error = new error_1.ToolKitError(`${process} process ${code ? `returned a non-zero exit code (${code})` : `was terminated by a ${signal} signal`}`);
error.details = 'error output has been logged above ☝️';

@@ -136,0 +136,0 @@ error.exitCode = code ?? undefined;

{
"name": "@dotcom-tool-kit/logger",
"version": "3.3.0",
"version": "3.3.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib",

Sorry, the diff of this file is not supported yet

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