Socket
Socket
Sign inDemoInstall

@temporalio/client

Package Overview
Dependencies
Maintainers
7
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@temporalio/client - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

12

lib/connection.d.ts

@@ -49,6 +49,10 @@ /// <reference types="node" />

/**
* Grpc interceptors which will be applied to every RPC call performed by this connection. By
* default, an interceptor will be included which automatically retries retryable errors. If you
* do not wish to perform automatic retries, set this to an empty list (or a list with your own
* interceptors).
* Grpc interceptors which will be applied to every RPC call performed by this connection. By default, an interceptor
* will be included which automatically retries retryable errors. If you do not wish to perform automatic retries, set
* this to an empty list (or a list with your own interceptors). If you want to add your own interceptors while
* keeping the default retry behavior, add this to your list of interceptors:
* `makeGrpcRetryInterceptor(defaultGrpcRetryOptions())`. See:
*
* - @link makeGrpcRetryInterceptor
* - @link defaultGrpcRetryOptions
*/

@@ -55,0 +59,0 @@ interceptors?: grpc.Interceptor[];

{
"name": "@temporalio/client",
"version": "1.4.2",
"version": "1.4.3",
"description": "Temporal.io SDK Client sub-package",

@@ -17,4 +17,4 @@ "main": "lib/index.js",

"@grpc/grpc-js": "^1.6.7",
"@temporalio/common": "^1.4.2",
"@temporalio/proto": "^1.4.2",
"@temporalio/common": "~1.4.3",
"@temporalio/proto": "~1.4.3",
"ms": "^2.1.3",

@@ -37,3 +37,3 @@ "uuid": "^8.3.2"

],
"gitHead": "d49c8530c67af77782b39a3f34c82922d8f8061e"
"gitHead": "be51cfac7016b66151d70dbd5aca7f7ef02b260a"
}

@@ -56,6 +56,10 @@ import * as grpc from '@grpc/grpc-js';

/**
* Grpc interceptors which will be applied to every RPC call performed by this connection. By
* default, an interceptor will be included which automatically retries retryable errors. If you
* do not wish to perform automatic retries, set this to an empty list (or a list with your own
* interceptors).
* Grpc interceptors which will be applied to every RPC call performed by this connection. By default, an interceptor
* will be included which automatically retries retryable errors. If you do not wish to perform automatic retries, set
* this to an empty list (or a list with your own interceptors). If you want to add your own interceptors while
* keeping the default retry behavior, add this to your list of interceptors:
* `makeGrpcRetryInterceptor(defaultGrpcRetryOptions())`. See:
*
* - @link makeGrpcRetryInterceptor
* - @link defaultGrpcRetryOptions
*/

@@ -62,0 +66,0 @@ interceptors?: grpc.Interceptor[];

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