Socket
Socket
Sign inDemoInstall

webpack-dev-middleware

Package Overview
Dependencies
318
Maintainers
4
Versions
113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

1

index.js

@@ -18,2 +18,3 @@ 'use strict';

stats: {
colors: true,
context: process.cwd()

@@ -20,0 +21,0 @@ },

2

package.json
{
"name": "webpack-dev-middleware",
"version": "2.0.3",
"version": "2.0.4",
"description": "A development middleware for webpack",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -73,3 +73,3 @@ <div align="center">

index
### index

@@ -132,3 +132,3 @@ Type: `String`

## logTime
### logTime

@@ -155,3 +155,3 @@ Type: `Boolean`

The public path that the middleware is bound to. _Best Prectice: use the same
The public path that the middleware is bound to. _Best Practice: use the same
`publicPath` defined in your webpack config._

@@ -187,3 +187,3 @@

Type: `Object`
Default: `{ aggregateTimeout: 200 }``
Default: `{ aggregateTimeout: 200 }`

@@ -190,0 +190,0 @@ The module accepts an `Object` containing options for file watching, which is

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