New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@goldstack/utils-cli

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldstack/utils-cli - npm Package Compare versions

Comparing version 0.3.14 to 0.3.15

6

dist/src/utilsCli.js

@@ -74,6 +74,10 @@ "use strict";

if (isDebug) {
logger().error({}, `Error while executing CLI command: ${e.error || e.errorMessage || e.message}`);
console.error(e);
throw e;
}
else {
console.log('❌ ' + e.message);
logger().info({}, '❌ Error while executing CLI command:' +
e.message +
'\n For more information about this error, run this command with the environment variable GOLDSTACK_DEBUG set to true');
process.exit(1);

@@ -80,0 +84,0 @@ }

2

package.json
{
"name": "@goldstack/utils-cli",
"version": "0.3.14",
"version": "0.3.15",
"description": "Utilities for building command line interfaces.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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