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

node-ral

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ral - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

4

lib/ext/protocol/httpProtocolBase.js

@@ -140,4 +140,4 @@ /**

opt.headers = opt.headers || {};
if (!opt.headers.HOST && !opt.headers.host) {
opt.headers.HOST = opt.host + ':' + opt.port;
if (!opt.headers.Host && !opt.headers.host && !opt.headers.HOST) {
opt.headers.Host = opt.host + ':' + opt.port;
}

@@ -144,0 +144,0 @@ opt.path = url.resolve(uri, path);

{
"name": "node-ral",
"version": "0.5.3",
"version": "0.5.4",
"description": "a rpc client for node",

@@ -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