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.0.40 to 0.0.41

8

lib/ext/protocol/httpProtocol.js

@@ -51,3 +51,9 @@ /**

if (query) {
path = config.path + '?' + query;
// didn't handle # situation since backend should not get a hash tag
if (config.path.indexOf('?') === -1) {
path = config.path + '?' + query;
}
else {
path = config.path + '&' + query;
}
}

@@ -54,0 +60,0 @@ else {

2

package.json
{
"name": "node-ral",
"version": "0.0.40",
"version": "0.0.41",
"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