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-beta to 4.0.0

6

index.js

@@ -33,3 +33,3 @@ 'use strict';

.command('build [config]')
.description('build js, css, and html sources')
.description('build js, css, html, and image sources')
.action((config) => {

@@ -41,3 +41,3 @@ (new Builder()).build(config, getOptions());

.command('watch [config]')
.description('watch js, css, html source files and build changes')
.description('watch js, css, html, and image source files and build changes')
.action((config) => {

@@ -52,3 +52,3 @@ let options = getOptions();

.command('deploy [config]')
.description('build compressed js, css, and html sources')
.description('build compressed js, css, html, and image sources')
.action((config) => {

@@ -55,0 +55,0 @@ const options = getOptions();

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