Socket
Socket
Sign inDemoInstall

grpc-base-client

Package Overview
Dependencies
84
Maintainers
8
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.4.0

1

dist/client-config.d.ts

@@ -14,3 +14,4 @@ import { ChannelOptions } from '@grpc/grpc-js';

middlewares?: GrpcMiddlewares<TService>;
noPanicControl?: boolean;
}
//# sourceMappingURL=client-config.d.ts.map

4

dist/utils/overload-services.js

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

function handlePanic(client, config) {
client_pool_1.ClientPool.renewConnect(config.url, client);
if (config.noPanicControl !== true && config.maxConnections) {
client_pool_1.ClientPool.renewConnect(config.url, client);
}
}

@@ -12,0 +14,0 @@ exports.handlePanic = handlePanic;

{
"name": "grpc-base-client",
"description": "This project is a Library base for construct gRPC clients",
"version": "1.3.0",
"version": "1.4.0",
"private": false,

@@ -6,0 +6,0 @@ "author": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc