Socket
Socket
Sign inDemoInstall

http-proxy

Package Overview
Dependencies
Maintainers
4
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 1.18.0 to 1.18.1

4

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

@@ -132,3 +132,5 @@ var httpNative = require('http'),

proxyReq.on('socket', function(socket) {
if(server) { server.emit('proxyReq', proxyReq, req, res, options); }
if(server && !proxyReq.getHeader('expect')) {
server.emit('proxyReq', proxyReq, req, res, options);
}
});

@@ -135,0 +137,0 @@

{
"name": "http-proxy",
"version": "1.18.0",
"version": "1.18.1",
"repository": {

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

"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"license": "MIT"
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc