http-proxy-middleware
Advanced tools
Comparing version 3.0.1-beta.1 to 3.0.1
{ | ||
"name": "http-proxy-middleware", | ||
"version": "3.0.1-beta.1", | ||
"type": "commonjs", | ||
"version": "3.0.1", | ||
"description": "The one-liner node.js proxy middleware for connect, express, next.js and more", | ||
@@ -58,4 +59,4 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "19.3.0", | ||
"@commitlint/config-conventional": "19.2.2", | ||
"@commitlint/cli": "19.4.1", | ||
"@commitlint/config-conventional": "19.4.1", | ||
"@types/debug": "4.1.12", | ||
@@ -66,5 +67,5 @@ "@types/express": "4.17.21", | ||
"@types/micromatch": "4.0.9", | ||
"@types/node": "20.14.10", | ||
"@types/node": "22.5.1", | ||
"@types/supertest": "6.0.2", | ||
"@types/ws": "8.5.10", | ||
"@types/ws": "8.5.12", | ||
"@typescript-eslint/eslint-plugin": "7.16.0", | ||
@@ -75,23 +76,23 @@ "@typescript-eslint/parser": "7.16.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"express": "4.19.2", | ||
"get-port": "5.1.1", | ||
"husky": "9.0.11", | ||
"husky": "9.1.5", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.2.7", | ||
"mockttp": "3.14.0", | ||
"lint-staged": "15.2.9", | ||
"mockttp": "3.15.2", | ||
"open": "8.4.2", | ||
"prettier": "3.3.2", | ||
"prettier": "3.3.3", | ||
"supertest": "7.0.0", | ||
"ts-jest": "29.2.2", | ||
"typescript": "5.5.3", | ||
"ts-jest": "29.2.5", | ||
"typescript": "5.5.4", | ||
"ws": "8.18.0" | ||
}, | ||
"dependencies": { | ||
"@types/http-proxy": "^1.17.14", | ||
"debug": "^4.3.5", | ||
"@types/http-proxy": "^1.17.15", | ||
"debug": "^4.3.6", | ||
"http-proxy": "^1.18.1", | ||
"is-glob": "^4.0.3", | ||
"is-plain-obj": "^3.0.0", | ||
"micromatch": "^4.0.7" | ||
"micromatch": "^4.0.8" | ||
}, | ||
@@ -98,0 +99,0 @@ "engines": { |
@@ -648,2 +648,2 @@ # http-proxy-middleware | ||
Copyright (c) 2015-2022 Steven Chim | ||
Copyright (c) 2015-2024 Steven Chim |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
80459
0
Updated@types/http-proxy@^1.17.15
Updateddebug@^4.3.6
Updatedmicromatch@^4.0.8