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.2.1 to 11.2.2

4

lib/middleware.js

@@ -19,2 +19,5 @@ // TODO: Expose this like webpack-dev-server middleware

// Patch 'wasm' since send has not yet been updated to latest 'mime' module
serveStatic.mime.types['wasm'] = 'application/wasm';
module.exports = budoMiddleware

@@ -107,2 +110,3 @@ function budoMiddleware (entryMiddleware, opts) {

delete staticOpts._ // from subarg
var staticHandler = serveStatic(rootFile, staticOpts)

@@ -109,0 +113,0 @@ handler.use(function (req, res, next) {

2

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