Socket
Socket
Sign inDemoInstall

http-proxy-middleware

Package Overview
Dependencies
26
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

3

dist/_handlers.js

@@ -11,2 +11,5 @@ "use strict";

}
proxy.on('econnreset', (err, req, res, target) => {
logger.error(`[HPM] ECONNRESET: %s`, err);
});
logger.debug('[HPM] Subscribed to http-proxy events:', Object.keys(handlers));

@@ -13,0 +16,0 @@ }

2

package.json
{
"name": "http-proxy-middleware",
"version": "2.0.4",
"version": "2.0.5",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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