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 0.6.6 to 0.6.7

9

build/src/load-balancer-pick-first.js

@@ -254,3 +254,2 @@ "use strict";

this.pickSubchannel(subchannel);
this.updateState(channel_1.ConnectivityState.READY, new PickFirstPicker(subchannel));
this.resetSubchannelList();

@@ -265,3 +264,5 @@ return;

this.startConnecting(index);
this.updateState(channel_1.ConnectivityState.CONNECTING, new picker_1.QueuePicker(this));
if (this.currentPick === null) {
this.updateState(channel_1.ConnectivityState.CONNECTING, new picker_1.QueuePicker(this));
}
return;

@@ -271,3 +272,5 @@ }

// If the code reaches this point, every subchannel must be in TRANSIENT_FAILURE
this.updateState(channel_1.ConnectivityState.TRANSIENT_FAILURE, new picker_1.UnavailablePicker());
if (this.currentPick === null) {
this.updateState(channel_1.ConnectivityState.TRANSIENT_FAILURE, new picker_1.UnavailablePicker());
}
}

@@ -274,0 +277,0 @@ updateAddressList(addressList, lbConfig) {

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

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

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