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-beta to 4.1.0-beta2

6

hiio.js

@@ -792,5 +792,5 @@ 'use strict';

pending: false,
debug: options.debug === undefined ? false : options.debug,
keepalive : options.keepalive === undefined ? false : true,
reconnDelay : options.reconnDelay === undefined ? 100 : options.reconnDelay
debug: !!options.debug,
keepalive : !!options.keepalive,
reconnDelay : options.reconnDelay === undefined ? 500 : options.reconnDelay
})

@@ -797,0 +797,0 @@

{
"name": "gohttp",
"version": "4.1.0-beta",
"version": "4.1.0-beta2",
"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