Socket
Socket
Sign inDemoInstall

workflow-manager

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workflow-manager - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

11

index.d.ts

@@ -296,7 +296,14 @@ import { Span, Tracer } from "opentracing";

InputPath?: string;
ItemsPath?: string;
Iterator?: SLStateMachine;
MaxConcurrency?: number;
Next?: string;
OutputPath?: string;
Parameters?: { [key: string]: {
} };
Resource?: string;
Result?: string;
ResultPath?: string;
ResultSelector?: { [key: string]: string };
Retry?: SLRetrier[];

@@ -319,3 +326,3 @@ Seconds?: number;

type SLStateType = ("Pass" | "Task" | "Choice" | "Wait" | "Succeed" | "Fail" | "Parallel");
type SLStateType = ("Pass" | "Task" | "Choice" | "Wait" | "Succeed" | "Fail" | "Parallel" | "Map");

@@ -341,3 +348,3 @@ type StartWorkflowRequest = {

type StateResourceType = ("JobDefinitionARN" | "ActivityARN" | "LambdaFunctionARN");
type StateResourceType = ("JobDefinitionARN" | "ActivityARN" | "LambdaFunctionARN" | "TaskARN");

@@ -344,0 +351,0 @@ type UpdateWorkflowDefinitionParams = {

2

package.json
{
"name": "workflow-manager",
"version": "0.12.0",
"version": "0.13.0",
"description": "Orchestrator for AWS Step Functions",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

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