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.26 to 0.0.27

2

lib/ext/converter/querystringConverter.js

@@ -28,4 +28,2 @@ /*

ralUtil.merge(config.query, data);
config.headers = config.headers || {};
config.headers['Content-Type'] = 'application/json';
logger.trace('pack querystring data succ ServiceID=' + config.serviceID + ' data=' + JSON.stringify(config.query));

@@ -32,0 +30,0 @@ return null;

2

lib/ext/protocol/httpProtocol.js

@@ -67,3 +67,3 @@ /*

var req = request.request(opt, function(res){
if (res.statusCode >= 300) {
if (res.statusCode >= 300 && !config.ignoreStatusCode) {
req.emit('error', new Error('Server Status Error: ' + res.statusCode));

@@ -70,0 +70,0 @@ }

{
"name": "node-ral",
"version": "0.0.26",
"version": "0.0.27",
"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