Socket
Socket
Sign inDemoInstall

http-proxy

Package Overview
Dependencies
Maintainers
3
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 0.7.2 to 0.7.3

7

lib/node-http-proxy/routing-proxy.js

@@ -93,2 +93,4 @@ /*

this.proxies[key] = new HttpProxy(options);
this.proxies[key].on('proxyError', this.emit.bind(this, 'proxyError'));
this.proxies[key].on('webSocketProxyError', this.emit.bind(this, 'webSocketProxyError'));
};

@@ -187,2 +189,3 @@

this.add(options);
}

@@ -225,3 +228,3 @@

this.add(options);
}
}

@@ -250,2 +253,2 @@ proxy = this.proxies[key];

].join(':');
}
}
{
"name": "http-proxy",
"version": "0.7.2",
"version": "0.7.3",
"description": "A full-featured http reverse proxy for node.js",

@@ -5,0 +5,0 @@ "author": "Charlie Robbins <charlie.robbins@gmail.com>",

@@ -117,3 +117,2 @@ /*

"should raise the `websocket:incoming` event": function (ign, data) {
console.log(ign,data,utils.decode(data))
assert.equal(utils.decode(data.toString().replace('\u0000', '')), 'from client');

@@ -120,0 +119,0 @@ },

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