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 2.0.1 to 2.0.2

7

index.js

@@ -61,7 +61,6 @@ var find = require('./lib/find')

// Show help if no arguments or wrong command
// Show help if no arguments or no command
if (!program.args.length
|| ('string' == typeof program.args[0]
&& !~['build', 'watch', 'deploy'].indexOf(program.args[0]))) {
program.help();
|| !program.args.filter(function (arg) { return 'string' != typeof arg }).length) {
program.help();
}

@@ -68,0 +67,0 @@ });

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