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 2.1.3 to 2.1.4

demo/sock.js

5

httpcli.js

@@ -66,3 +66,6 @@ /**

if (u.protocol === 'unix:') {
u.protocol = 'http:';
urlobj.protocol = 'http:';
urlobj.socketPath = u.pathname;
delete urlobj.path;
delete urlobj.port;
}

@@ -69,0 +72,0 @@

2

package.json
{
"name": "gohttp",
"version": "2.1.3",
"version": "2.1.4",
"description": "http client for HTTP/1.1",

@@ -5,0 +5,0 @@ "main": "httpcli.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