Socket
Socket
Sign inDemoInstall

buddy-cli

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buddy-cli - npm Package Compare versions

Comparing version 6.0.5 to 6.0.6

7

index.js

@@ -10,5 +10,5 @@ 'use strict';

function exit () {
function exit (code) {
if (buddy) buddy.destroy();
process.exit();
process.exit(code);
}

@@ -20,3 +20,3 @@

console.log('\x07');
exit();
exit(1);
}

@@ -26,2 +26,3 @@

process.once('uncaughtException', error);
process.once('unhandledRejection', error);
signalExit(exit);

@@ -28,0 +29,0 @@

{
"name": "buddy-cli",
"version": "6.0.5",
"version": "6.0.6",
"description": "The command-line bootstrapper for Buddy",

@@ -5,0 +5,0 @@ "author": "popeindustries <alex@pope-industries.com>",

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