Socket
Socket
Sign inDemoInstall

webpack-dev-middleware

Package Overview
Dependencies
278
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

3

middleware.js

@@ -189,3 +189,4 @@ /*

}
res.send(content);
if (res.send) res.send(content);
else res.end(content);
}

@@ -192,0 +193,0 @@ }

{
"name": "webpack-dev-middleware",
"version": "1.5.0",
"version": "1.5.1",
"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