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.1.9 to 4.2.0

4

index.js

@@ -232,5 +232,5 @@ const http = require('http')

if (res[kHead] === undefined) {
res[kProxyCallback].call(res[kSelf], err, req, res, proxyReq, proxyRes)
res[kProxyCallback].call(res[kSelf], err, req, res, { proxyReq, proxyRes })
} else {
res[kProxyCallback].call(res[kSelf], err, req, res, res[kHead], proxyReq, proxyRes, proxySocket)
res[kProxyCallback].call(res[kSelf], err, req, res, res[kHead], { proxyReq, proxyRes, proxySocket })
}

@@ -237,0 +237,0 @@ }

{
"name": "http2-proxy",
"version": "4.1.9",
"version": "4.2.0",
"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