Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 4.2.4 to 4.2.5

4

index.js

@@ -158,2 +158,3 @@ const http = require('http')

.on('close', onComplete)
.on('error', onComplete)

@@ -163,2 +164,3 @@ req

.on('aborted', onComplete)
.on('error', onComplete)
.on('timeout', onRequestTimeout)

@@ -180,2 +182,3 @@ .pipe(proxyReq)

.removeListener('close', onComplete)
.removeListener('error', onComplete)

@@ -185,2 +188,3 @@ req

.removeListener('aborted', onComplete)
.removeListener('error', onComplete)
.removeListener('timeout', onRequestTimeout)

@@ -187,0 +191,0 @@

2

package.json
{
"name": "http2-proxy",
"version": "4.2.4",
"version": "4.2.5",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "nodemon --inspect=9308 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