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

@goldstack/utils-cli

Package Overview
Dependencies
Maintainers
1
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.1.33 to 0.1.34

12

dist/utilsCli.js

@@ -48,3 +48,5 @@ "use strict";

_a.trys.push([0, 2, , 3]);
return [4 /*yield*/, func()];
return [4 /*yield*/, func().then(function () {
process.exit(0);
})];
case 1:

@@ -67,2 +69,10 @@ _a.sent();

}); };
// eslint-disable-next-line @typescript-eslint/no-explicit-any
process.on('unhandledRejection', function (e) {
if (isDebug) {
console.log(e);
}
console.log('❌ Unhandled error in asynchronous method:', e.message);
process.exit(1);
});
//# sourceMappingURL=utilsCli.js.map

2

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

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

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