Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@temporalio/client

Package Overview
Dependencies
Maintainers
7
Versions
81
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.1.0 to 1.2.0

6

lib/connection.js

@@ -42,3 +42,7 @@ "use strict";

credentials: grpc.credentials.createInsecure(),
channelArgs: {},
channelArgs: {
'grpc.keepalive_permit_without_calls': 1,
'grpc.keepalive_time_ms': 30000,
'grpc.keepalive_timeout_ms': 15000,
},
interceptors: [(0, grpc_retry_1.makeGrpcRetryInterceptor)((0, grpc_retry_1.defaultGrpcRetryOptions)())],

@@ -45,0 +49,0 @@ metadata: {},

4

package.json
{
"name": "@temporalio/client",
"version": "1.1.0",
"version": "1.2.0",
"description": "Temporal.io SDK Client sub-package",

@@ -38,3 +38,3 @@ "main": "lib/index.js",

],
"gitHead": "132f23a47a93fecf3f39836b31f08ea837b30320"
"gitHead": "9790992f0a7da1638cd3db99518e414107651630"
}

@@ -82,3 +82,7 @@ import * as grpc from '@grpc/grpc-js';

credentials: grpc.credentials.createInsecure(),
channelArgs: {},
channelArgs: {
'grpc.keepalive_permit_without_calls': 1,
'grpc.keepalive_time_ms': 30_000,
'grpc.keepalive_timeout_ms': 15_000,
},
interceptors: [makeGrpcRetryInterceptor(defaultGrpcRetryOptions())],

@@ -85,0 +89,0 @@ metadata: {},

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