Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webpack-dev-middleware

Package Overview
Dependencies
Maintainers
4
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 5.3.0 to 5.3.1

4

dist/index.js

@@ -137,3 +137,3 @@ "use strict";

* @callback Close
* @param {(err?: Error) => void} callback
* @param {(err: Error | null | undefined) => void} callback
*/

@@ -229,3 +229,3 @@

/**
* @param {Error | undefined} error
* @param {Error | null | undefined} error
*/

@@ -232,0 +232,0 @@

@@ -49,3 +49,3 @@ "use strict";

/** @type {Request & ExpectedRequest} */
req.get("range")
req.get(name)
);

@@ -52,0 +52,0 @@ } // Node.js API

{
"name": "webpack-dev-middleware",
"version": "5.3.0",
"version": "5.3.1",
"description": "A development middleware for webpack",

@@ -51,3 +51,3 @@ "license": "MIT",

"colorette": "^2.0.10",
"memfs": "^3.2.2",
"memfs": "^3.4.1",
"mime-types": "^2.1.31",

@@ -58,7 +58,7 @@ "range-parser": "^1.2.1",

"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/connect": "^3.4.35",

@@ -68,3 +68,3 @@ "@types/express": "^4.17.13",

"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^27.0.6",
"babel-jest": "^27.4.6",
"chokidar": "^3.5.1",

@@ -76,5 +76,5 @@ "connect": "^3.7.0",

"del-cli": "^4.0.0",
"eslint": "^8.0.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.25.4",
"execa": "^5.1.1",

@@ -84,4 +84,4 @@ "express": "^4.17.1",

"husky": "^7.0.0",
"jest": "^27.0.6",
"lint-staged": "^12.0.2",
"jest": "^27.4.7",
"lint-staged": "^12.1.7",
"npm-run-all": "^4.1.5",

@@ -88,0 +88,0 @@ "prettier": "^2.5.0",

@@ -93,3 +93,3 @@ /// <reference types="node" />

* @callback Close
* @param {(err?: Error) => void} callback
* @param {(err: Error | null | undefined) => void} callback
*/

@@ -248,3 +248,3 @@ /**

type Invalidate = (callback: Callback) => any;
type Close = (callback: (err?: Error | undefined) => void) => any;
type Close = (callback: (err: Error | null | undefined) => void) => any;
type AdditionalMethods<

@@ -251,0 +251,0 @@ Request_1 extends import("http").IncomingMessage,

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