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

gohttp

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gohttp - npm Package Compare versions

Comparing version 4.1.0-beta10 to 4.1.0-beta11

10

http2proxy.js

@@ -259,3 +259,6 @@ 'use strict'

}
} else {
pxybalance.stepIndex += 1
}
}

@@ -332,2 +335,6 @@

if (pr.headers) {
for (let k in pr.headers) c.headers[k] = pr.headers[k]
}
let stm = hii.session.request(c.headers)

@@ -344,5 +351,2 @@

stm.on('response', (headers, flags) => {
if (pr.headers) {
for (let k in pr.headers) headers[k] = pr.headers[k]
}
c.reply.respond(headers)

@@ -349,0 +353,0 @@ })

{
"name": "gohttp",
"version": "4.1.0-beta10",
"version": "4.1.0-beta11",
"description": "http & https client for HTTP/1.1 and HTTP/2",

@@ -5,0 +5,0 @@ "main": "index.js",

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