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.7.0 to 0.7.1

4

lib/ext/protocol/httpProtocolBase.js

@@ -126,6 +126,8 @@ /**

config.path = path;
var opt = {
host: config.server.host,
port: config.server.port,
path: path,
path: config.path,
method: config.method,

@@ -132,0 +134,0 @@ headers: config.headers,

@@ -317,2 +317,3 @@ /**

path: this.conf.path,
proxy: this.conf.proxy,
query: JSON.stringify(this.conf.query),

@@ -319,0 +320,0 @@ remote: this.conf.server.host + ':' + this.conf.server.port,

{
"name": "node-ral",
"version": "0.7.0",
"version": "0.7.1",
"description": "a rpc client for node",

@@ -36,3 +36,3 @@ "main": "index.js",

"urlencode": "1.1.0",
"yog-log": "0.0.22"
"yog-log": "0.0.24"
},

@@ -39,0 +39,0 @@ "devDependencies": {

@@ -586,3 +586,3 @@ /**

req.on('data', function (data) {
data.path.should.be.eql('/close');
data.path.should.be.eql('/close?from=ral');
done();

@@ -589,0 +589,0 @@ });

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