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 9.1.0 to 9.2.0

2

lib/middleware.js

@@ -31,2 +31,4 @@ // TODO: Expose this like webpack-dev-server middleware

if (cors) {
res.setHeader('Access-Control-Allow-Headers', 'Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With')
res.setHeader('Access-Control-Allow-Methods', 'GET, PUT, POST')
res.setHeader('Access-Control-Allow-Origin', '*')

@@ -33,0 +35,0 @@ }

2

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