Socket
Socket
Sign inDemoInstall

@temporalio/client

Package Overview
Dependencies
Maintainers
4
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 0.1.2 to 0.1.3

13

lib/index.d.ts

@@ -0,1 +1,11 @@

/**
* Client for communicating with the Temporal service.
*
* Interact with workflows using {@link WorkflowClient} or call GRPC methods directly using {@link Connection.service}.
*
* ### Usage
* <!--SNIPSTART nodejs-hello-client-->
* <!--SNIPEND-->
* @module
*/
import * as grpc from '@grpc/grpc-js';

@@ -204,2 +214,5 @@ import * as iface from '@temporalio/proto';

export declare function compileWorkflowOptions({ workflowExecutionTimeout, workflowRunTimeout, workflowTaskTimeout, ...rest }: WorkflowOptionsWithDefaults): CompiledWorkflowOptionsWithDefaults;
/**
* Client connection to the Temporal Service
*/
export declare class Connection {

@@ -206,0 +219,0 @@ static readonly Client: import("@grpc/grpc-js/build/src/make-client").ServiceClientConstructor;

"use strict";
/**
* Client for communicating with the Temporal service.
*
* Interact with workflows using {@link WorkflowClient} or call GRPC methods directly using {@link Connection.service}.
*
* ### Usage
* <!--SNIPSTART nodejs-hello-client-->
* <!--SNIPEND-->
* @module
*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

@@ -73,2 +83,5 @@ if (k2 === undefined) k2 = k;

exports.compileWorkflowOptions = compileWorkflowOptions;
/**
* Client connection to the Temporal Service
*/
class Connection {

@@ -75,0 +88,0 @@ constructor(svcOpts, connOpts) {

9

package.json
{
"name": "@temporalio/client",
"version": "0.1.2",
"version": "0.1.3",
"description": "Temporal.io Client",

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

"@grpc/grpc-js": "^1.2.12",
"@temporalio/proto": "^0.1.2",
"@temporalio/workflow": "^0.1.2",
"isolated-vm": "^3.3.10",
"@temporalio/proto": "^0.1.3",
"@temporalio/workflow": "^0.1.3",
"ms": "^2.1.3",

@@ -35,3 +34,3 @@ "protobufjs": "^6.10.2",

},
"gitHead": "8993cd618d96a587c7bc644a668144c20d31519d"
"gitHead": "b8d396aed5f6cd390c2cafe6ea276e9cea366692"
}

@@ -1,3 +0,7 @@

# Client library for [temporal.io](http://temporal.io)
# `@temporalio/client`
Part of the Temporal SDK, use in order to communicate with the Temporal service.
[![NPM](https://img.shields.io/npm/v/@temporalio/client)](https://www.npmjs.com/package/@temporalio/client)
Part of the [Temporal](https://temporal.io) [NodeJS SDK](https://www.npmjs.com/package/temporalio).
See documentation on the [documentation site](https://docs.temporal.io/docs/node/reference/README).
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