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.49 to 5.0.50

4

index.js

@@ -351,5 +351,5 @@ const net = require('net')

if (port) {
str = `"${str}:${port}"`
str = `${str}:${port}`
}
if (isIPv6) {
if (isIPv6 || port) {
str = `"${str}"`

@@ -356,0 +356,0 @@ }

{
"name": "http2-proxy",
"version": "5.0.49",
"version": "5.0.50",
"types": "index.d.ts",

@@ -5,0 +5,0 @@ "scripts": {

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