Socket
Socket
Sign inDemoInstall

webpack-dev-middleware

Package Overview
Dependencies
Maintainers
6
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 4.3.0 to 5.0.0

26

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

@@ -16,12 +16,12 @@ "license": "MIT",

"engines": {
"node": ">= v10.23.3"
"node": ">= 12.13.0"
},
"scripts": {
"commitlint": "commitlint --from=master",
"lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
"fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
"lint:js": "eslint --cache src test",
"lint": "npm-run-all -l -p \"lint:**\"",
"fix:prettier": "npm run lint:prettier -- --write",
"lint": "npm-run-all lint:js fmt:check",
"fmt": "npm run fmt:check -- --write",
"fix:js": "npm run lint:js -- --fix",
"fix": "npm-run-all fix:js fix:prettier",
"fix": "npm-run-all fix:js fmt",
"prepare": "husky install && npm run build",

@@ -47,3 +47,3 @@ "build": "del dist && babel src -d dist --copy-files",

"memfs": "^3.2.2",
"mime-types": "^2.1.30",
"mime-types": "^2.1.31",
"range-parser": "^1.2.1",

@@ -55,7 +55,7 @@ "schema-utils": "^3.0.0"

"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-env": "^7.14.4",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^26.6.3",
"babel-jest": "^27.0.2",
"chokidar": "^3.5.1",

@@ -69,8 +69,8 @@ "connect": "^3.7.0",

"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"execa": "^5.0.0",
"eslint-plugin-import": "^2.23.4",
"execa": "^5.0.1",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest": "^27.0.3",
"lint-staged": "^11.0.0",

@@ -82,3 +82,3 @@ "npm-run-all": "^4.1.5",

"supertest": "^6.1.3",
"webpack": "^5.37.0"
"webpack": "^5.38.1"
},

@@ -85,0 +85,0 @@ "keywords": [

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