You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 4.0.0 to 4.0.1

9

index.js

@@ -7,2 +7,3 @@ 'use strict';

, useCli = ~require.main.filename.indexOf('buddy-cli');
let builder;

@@ -21,2 +22,4 @@ // Register for uncaught errors and clean up

builder = new Builder();
program

@@ -37,3 +40,3 @@ .version(version)

.action((config) => {
(new Builder()).build(config, getOptions());
builder.build(config, getOptions());
});

@@ -48,3 +51,3 @@

options.watch = true;
(new Builder()).watch(config, options);
builder.watch(config, options);
});

@@ -59,3 +62,3 @@

options.deploy = true;
(new Builder()).deploy(config, options);
builder.deploy(config, options);
});

@@ -62,0 +65,0 @@

{
"name": "buddy-cli",
"version": "4.0.0",
"version": "4.0.1",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc