Socket
Socket
Sign inDemoInstall

http2-proxy

Package Overview
Dependencies
0
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.40 to 5.0.41

5

index.js

@@ -164,2 +164,6 @@ const net = require('net')

if (proxyReq) {
if (err) {
err.reusedSocket = proxyReq.reusedSocket
}
proxyReq.off('drain', onProxyReqDrain)

@@ -186,2 +190,3 @@ if (proxyReq.abort) {

this[kConnected] = true
if (

@@ -188,0 +193,0 @@ this.method === 'GET' ||

2

package.json
{
"name": "http2-proxy",
"version": "5.0.40",
"version": "5.0.41",
"scripts": {

@@ -5,0 +5,0 @@ "test": "jest",

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