New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

http-proxy

Package Overview
Dependencies
Maintainers
5
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-proxy - npm Package Compare versions

Comparing version

to
1.1.1

1

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

@@ -116,3 +116,2 @@ var http = require('http'),

proxyReq.on('error', function(err){
if(options.buffer) { options.buffer.destroy(); }
if (clb) {

@@ -119,0 +118,0 @@ clb(err, req, res);

2

package.json
{
"name" : "http-proxy",
"version" : "1.1.0",
"version" : "1.1.1",

@@ -5,0 +5,0 @@ "repository" : {