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.21 to 5.0.22

4

index.js

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

async function proxy ({ req, socket, res = socket, head, proxyName }, onReq, onRes) {
if (req.aborted) {
return
}
const headers = getRequestHeaders(req, proxyName)

@@ -128,0 +132,0 @@

2

package.json
{
"name": "http2-proxy",
"version": "5.0.21",
"version": "5.0.22",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "nodemon --inspect=9308 src"

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc