Socket
Socket
Sign inDemoInstall

@grpc/grpc-js

Package Overview
Dependencies
Maintainers
3
Versions
175
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.9.12 to 1.9.13

13

build/src/internal-channel.js

@@ -166,3 +166,5 @@ "use strict";

this.pickQueue = [];
this.callRefTimerUnref();
if (queueCopy.length > 0) {
this.callRefTimerUnref();
}
for (const call of queueCopy) {

@@ -205,7 +207,8 @@ call.doPick();

this.configSelectionQueue = [];
this.callRefTimerUnref();
if (localQueue.length > 0) {
this.callRefTimerUnref();
}
for (const call of localQueue) {
call.getConfig();
}
this.configSelectionQueue = [];
});

@@ -228,3 +231,5 @@ }, status => {

this.configSelectionQueue = [];
this.callRefTimerUnref();
if (localQueue.length > 0) {
this.callRefTimerUnref();
}
for (const call of localQueue) {

@@ -231,0 +236,0 @@ call.reportResolverError(status);

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

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

@@ -299,3 +299,5 @@ /*

this.pickQueue = [];
this.callRefTimerUnref();
if (queueCopy.length > 0) {
this.callRefTimerUnref();
}
for (const call of queueCopy) {

@@ -353,7 +355,8 @@ call.doPick();

this.configSelectionQueue = [];
this.callRefTimerUnref();
if (localQueue.length > 0) {
this.callRefTimerUnref();
}
for (const call of localQueue) {
call.getConfig();
}
this.configSelectionQueue = [];
});

@@ -385,3 +388,5 @@ },

this.configSelectionQueue = [];
this.callRefTimerUnref();
if (localQueue.length > 0) {
this.callRefTimerUnref();
}
for (const call of localQueue) {

@@ -388,0 +393,0 @@ call.reportResolverError(status);

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