Socket
Socket
Sign inDemoInstall

buddy-cli

Package Overview
Dependencies
2
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.2 to 0.6.0

5

index.js

@@ -26,3 +26,4 @@ var fs = require('fs')

.option('-s, --serve', 'create a webserver to serve static files during watch')
.option('-t, --test', 'run test command on build completion')
.option('-S, --script', 'run script on build completion')
.option('-t, --test', '[DEPRECATED: changed to --script] run test command on build completion')
.option('-L, --lazy', 'convert js modules for lazy evaluation')

@@ -137,3 +138,3 @@ .option('-v, --verbose', 'print all messages for debugging');

lint: program.lint,
test: program.test,
script: program.script || program.test,
lazy: program.lazy,

@@ -140,0 +141,0 @@ reload: program.reload,

2

package.json
{
"name": "buddy-cli",
"version": "0.5.2",
"version": "0.6.0",
"description": "The command-line bootstrapper for buddy(1).",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc