Socket
Socket
Sign inDemoInstall

http2-proxy

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http2-proxy - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

index.js

@@ -281,6 +281,8 @@ const http2 = require('http2')

res.writeHead(res.statusCode)
proxyRes
.on('end', onProxyTrailers)
}
proxyRes
.on('end', onProxyTrailers)
.on('error', onFinish)

@@ -287,0 +289,0 @@ .pipe(res)

{
"name": "http2-proxy",
"version": "1.1.1",
"version": "1.1.2",
"scripts": {

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

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