Socket
Socket
Sign inDemoInstall

http-proxy

Package Overview
Dependencies
2
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.13.3 to 1.14.0

5

lib/http-proxy/passes/web-incoming.js

@@ -140,2 +140,7 @@ var http = require('http'),

function proxyError (err){
if (req.socket.destroyed && err.code === 'ECONNRESET') {
server.emit('econnreset', err, req, res, options.target);
return proxyReq.abort();
}
if (clb) {

@@ -142,0 +147,0 @@ clb(err, req, res, options.target);

2

package.json
{
"name": "http-proxy",
"version": "1.13.3",
"version": "1.14.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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