Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@conduitplatform/grpc-sdk

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conduitplatform/grpc-sdk - npm Package Compare versions

Comparing version 0.16.0-rc.4 to 0.16.0-rc.5

3

dist/utilities/RedisManager.js

@@ -6,2 +6,3 @@ import IORedis from 'ioredis';

...redisDetails,
maxRetriesPerRequest: null,
};

@@ -12,3 +13,3 @@ }

const clusterOptions = this.redisConnection;
return new IORedis.Cluster(clusterOptions.nodes, clusterOptions.options);
return new IORedis.Cluster(clusterOptions.nodes, { ...clusterOptions.options });
}

@@ -15,0 +16,0 @@ else {

{
"name": "@conduitplatform/grpc-sdk",
"version": "0.16.0-rc.4",
"version": "0.16.0-rc.5",
"main": "dist/index.js",

@@ -31,4 +31,4 @@ "types": "dist/index.d.ts",

"nice-grpc-client-middleware-retry": "^3",
"prom-client": "^15.0.0",
"protobufjs": "^7.2.4",
"prom-client": "^15.1.0",
"protobufjs": "^7.2.6",
"winston": "^3.8.2",

@@ -35,0 +35,0 @@ "winston-loki": "^6.0.8"

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