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 10.0.2 to 10.0.3

21

CHANGELOG.md

@@ -0,1 +1,22 @@

# 10.x
:tada:
#### Breaking Changes
- Upgraded to `browserify@14`
- The `--pushstate` boolean argument should now come *after* entries in the CLI, as it supports subarg options. Using it before entries will still work but may log a warning.
- Major overhaul to LiveReload backend to make it faster and more robust [#194](https://github.com/mattdesl/budo/issues/194)
- No longer uses `tiny-lr` or the old school LiveReload stuff, so it no longer supports some of the feature set from that tool
- No longer supports the LiveReload browser plugin
- Budo runs everything on a single port/server instead of a second server for LiveReload
- `/budo/livereload.js` now serves the LiveReload client
#### Other Changes
- `opts.staticOptions` is now passed onto `serve-static` module
- `opts.pushstate` (boolean or object) is now passed onto `connect-pushstate` module
- CLI now supports subarg syntax for commands like `--static-options` and `--pushstate`
- `defaultIndex` function now accepts a `req` as the second parameter
# 9.4.7

@@ -2,0 +23,0 @@

2

package.json
{
"name": "budo",
"version": "10.0.2",
"version": "10.0.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