Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

budo

Package Overview
Dependencies
Maintainers
2
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

budo - npm Package Compare versions

Comparing version 11.1.2 to 11.1.3

12

lib/budo.js

@@ -135,2 +135,14 @@ var bole = require('bole')

var initialLiveOpts = typeof opts.live === 'object' ? opts.live : undefined
var initialLiveMatch = typeof opts.live === 'string' ? opts.live : undefined
if (initialLiveMatch) {
emitter.once('connect', function () {
log.info({ message: 'LiveReload filtering filenames with glob:', url: initialLiveMatch })
if (entryObjects.length === 0) {
log.info({ message: '\nNOTE: It looks like you are using budo without a JavaScript entry.\n' +
' This is fine, but if you were trying to bundle the "' + initialLiveMatch + '" file,\n you should re-arrange' +
' your arguments like so:\n\n' +
' budo ' + initialLiveMatch + ' --live' })
}
})
}
emitter

@@ -137,0 +149,0 @@ .watch()

2

package.json
{
"name": "budo",
"version": "11.1.2",
"version": "11.1.3",
"description": "a browserify server for rapid prototyping",

@@ -5,0 +5,0 @@ "main": "index.js",

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