Socket
Socket
Sign inDemoInstall

webpack-dev-middleware

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-dev-middleware - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

4

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

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

"dependencies": {
"memory-fs": "~0.2.0",
"memory-fs": "~0.3.0",
"mime": "^1.3.4"

@@ -13,0 +13,0 @@ },

@@ -15,3 +15,3 @@ # webpack-dev-middleware

* If files changed in watch mode, the middleware no longer serves the old bundle, but delays requests until the compiling has finished. You don't have to wait before refreshing the page after a file modification.
* I may add some specifiy optimation in future releases.
* I may add some specific optimization in future releases.

@@ -18,0 +18,0 @@ ## Usage

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