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
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.17.4 to 0.17.5

3

lib/ext/protocol/redisProtocol.js

@@ -28,7 +28,6 @@ /**

RedisProtocol.prototype.getConfigKey = function (config) {
return [config.server, config.port].join('_');
return [config.serviceID, config.server.host, config.server.port].join('_');
};
RedisProtocol.prototype.normalizeConfig = RedisProtocol.normalizeConfig = function (config) {
var self = this;
config.redisConf = config.redisConf || {};

@@ -35,0 +34,0 @@ // 关闭path与url定位,统一使用IP与端口

{
"name": "node-ral",
"version": "0.17.4",
"version": "0.17.5",
"description": "a rpc client for node",

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

"iconv-lite": "0.4.15",
"performance-now": "0.2.0",
"performance-now": "2.0.0",
"protobufjs": "5.0.1",

@@ -46,3 +46,3 @@ "redis": "^2.6.2",

"combined-stream": "1.0.5",
"formidable": "1.0.17",
"formidable": "1.1.1",
"istanbul": "0.4.5",

@@ -49,0 +49,0 @@ "mocha": "3.1.2",

Sorry, the diff of this file is not supported yet

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