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

budo

Package Overview
Dependencies
Maintainers
1
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 3.0.4 to 3.1.0

3

index.js

@@ -19,3 +19,4 @@ var create = require('./lib')

boolean: ['stream'],
default: { stream: true }
default: { stream: true },
'--': true
})

@@ -22,0 +23,0 @@

@@ -97,4 +97,5 @@ var resolve = require('resolve')

function getCLIArgs(entries, opt) {
var unparsedArgs = opt['--'] || []
opt = getDefaultArgs(opt)
return entries.concat(dargs(opt))
return entries.concat(dargs(opt)).concat(unparsedArgs)
}

@@ -107,3 +108,3 @@

'live-plugin', 'defaultIndex', 'livePort',
'livePlugin', 'stream'
'livePlugin', 'stream', '--'
]

@@ -110,0 +111,0 @@ collisions.forEach(function(col) {

{
"name": "budo",
"version": "3.0.4",
"version": "3.1.0",
"description": "a browserify server for rapid prototyping",

@@ -48,3 +48,3 @@ "main": "index.js",

"vm": "0.0.1",
"watchify": "^3.1.0",
"watchify": "^3.1.1",
"win-spawn": "^2.0.0"

@@ -58,2 +58,3 @@ },

"live-plugin": "./bin/cmd.js example/app.js:bundle.js --dir example --live-plugin -v | garnish",
"brfs": "./bin/cmd.js example/app.js:bundle.js --dir example -v -- -t [ brfs --foo ] | garnish",
"remap": "./bin/cmd.js example/*.js --serve bundle2.js --dir example --live -v | garnish"

@@ -60,0 +61,0 @@ },

@@ -40,3 +40,3 @@ # budō

- [comparisons](docs/comparisons.md)
- [programmatic usage (Gulp, Grunt)](docs/programmatic-usage.md)
- [API and integrations (Gulp, Grunt, npm scripts)](docs/programmatic-usage.md)
- [error reporting](docs/errors.md)

@@ -43,0 +43,0 @@ - [running tests and examples](docs/tests-and-examples.md)

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