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

http-proxy-middleware

Package Overview
Dependencies
Maintainers
0
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-proxy-middleware - npm Package Compare versions

Comparing version 3.0.1-beta.1 to 3.0.1

31

package.json
{
"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
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