New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gohttp

Package Overview
Dependencies
Maintainers
1
Versions
136
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-beta6 to 4.1.0-beta7

5

http2proxy.js

@@ -95,3 +95,3 @@ 'use strict'

hiiproxy.prototype.checkConfig = function (tmp) {
hiiproxy.prototype.checkConfig = function (tmp, k) {

@@ -165,3 +165,2 @@ if (typeof tmp !== 'object' || (tmp instanceof Array) ) {

for (let k in cfg) {
this.checkConfig(cfg, k)

@@ -171,3 +170,3 @@ for (let i = 0; i < cfg[k].length; i++) {

if (!this.checkConfig(tmp)) continue
if (!this.checkConfig(tmp, k)) continue

@@ -174,0 +173,0 @@ if (this.hostProxy[k] === undefined) {

2

package.json
{
"name": "gohttp",
"version": "4.1.0-beta6",
"version": "4.1.0-beta7",
"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