Socket
Socket
Sign inDemoInstall

@grpc/grpc-js

Package Overview
Dependencies
Maintainers
3
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grpc/grpc-js - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

4

build/src/load-balancer-round-robin.js

@@ -87,7 +87,5 @@ "use strict";

this.calculateAndUpdateState();
if (newState === channel_1.ConnectivityState.TRANSIENT_FAILURE) {
this.channelControlHelper.requestReresolution();
}
if (newState === channel_1.ConnectivityState.TRANSIENT_FAILURE ||
newState === channel_1.ConnectivityState.IDLE) {
this.channelControlHelper.requestReresolution();
subchannel.startConnecting();

@@ -94,0 +92,0 @@ }

{
"name": "@grpc/grpc-js",
"version": "1.2.3",
"version": "1.2.4",
"description": "gRPC Library for Node - pure JS implementation",

@@ -5,0 +5,0 @@ "homepage": "https://grpc.io/",

@@ -131,6 +131,3 @@ /*

this.calculateAndUpdateState();
if (newState === ConnectivityState.TRANSIENT_FAILURE) {
this.channelControlHelper.requestReresolution();
}
if (

@@ -140,2 +137,3 @@ newState === ConnectivityState.TRANSIENT_FAILURE ||

) {
this.channelControlHelper.requestReresolution();
subchannel.startConnecting();

@@ -142,0 +140,0 @@ }

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