Socket
Socket
Sign inDemoInstall

@temporalio/workflow

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/workflow - npm Package Compare versions

Comparing version 0.19.2 to 0.20.0

6

lib/workflow.js

@@ -126,3 +126,3 @@ "use strict";

namespace: options.namespace,
headerFields: headers,
headers,
cancellationType: options.cancellationType,

@@ -199,3 +199,3 @@ },

namespace: workflowInfo().namespace,
header: headers,
headers,
cancellationType: options.cancellationType,

@@ -492,3 +492,3 @@ workflowIdReusePolicy: options.workflowIdReusePolicy,

arguments: (0, common_1.toPayloads)(internals_1.state.payloadConverter, ...args),
header: headers,
headers,
taskQueue: options.taskQueue,

@@ -495,0 +495,0 @@ memo: options.memo,

{
"name": "@temporalio/workflow",
"version": "0.19.2",
"version": "0.20.0",
"description": "Temporal.io SDK Workflow sub-package",

@@ -23,4 +23,4 @@ "keywords": [

"dependencies": {
"@temporalio/internal-workflow-common": "^0.19.0",
"@temporalio/proto": "^0.19.0"
"@temporalio/internal-workflow-common": "^0.20.0",
"@temporalio/proto": "^0.20.0"
},

@@ -30,3 +30,3 @@ "publishConfig": {

},
"gitHead": "57172075a1eb3f2292a1188d260fab0ee155349f"
"gitHead": "e6b7468a00c68efd4baebbf866cf0a28c150bb6b"
}

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