Socket
Socket
Sign inDemoInstall

webpack-dev-middleware

Package Overview
Dependencies
28
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.2 to 0.7.3

5

middleware.js

@@ -61,3 +61,3 @@ /*

opt.events.on("bundle-invalid", function() {
if(state && (!opt.middleware || !opt.middleware.noInfo))
if(state && (!opt.middleware || (!opt.middleware.noInfo && !opt.middleware.quiet)))
console.info("webpack: bundle is now invalid.");

@@ -87,3 +87,4 @@ // We are now in invalid state

if(state) return fn();
console.log("webpack: wait until bundle finished: " + req.url);
if(!opt.middleware || (!opt.middleware.noInfo && !opt.middleware.quiet))
console.log("webpack: wait until bundle finished: " + req.url);
callbacks.push(fn);

@@ -90,0 +91,0 @@ }

2

package.json
{
"name": "webpack-dev-middleware",
"version": "0.7.2",
"version": "0.7.3",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "Offers a dev middleware for webpack, which arguments a live bundle to a directory",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc