New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-ral

Package Overview
Dependencies
Maintainers
2
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.18.4 to 0.18.5

3

lib/config.js

@@ -157,5 +157,2 @@ /**

}
else {
logger.notice('config auto update wase disabled');
}
config = clone;

@@ -162,0 +159,0 @@ return clone;

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

catch (e) {
logger.notice('[' + pathOrModule + '] is skiped since not RalModule');
return;

@@ -82,7 +81,4 @@ }

}
else {
logger.notice('[' + pathOrModule + '] is skiped since not RalModule');
}
};
module.exports = RalModule;

2

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