Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
Maintainers
4
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prismatic-io/spectral - npm Package Compare versions

Comparing version 7.2.1 to 7.3.1

4

dist/serverTypes/index.d.ts

@@ -52,2 +52,3 @@ /// <reference types="node" />

executionState: Record<string, unknown>;
integrationState: Record<string, unknown>;
stepId: string;

@@ -93,2 +94,3 @@ executionId: string;

executionState?: Record<string, unknown>;
integrationState?: Record<string, unknown>;
failed?: boolean;

@@ -174,2 +176,3 @@ error?: Record<string, unknown>;

executionState?: Record<string, unknown>;
integrationState?: Record<string, unknown>;
failed?: boolean;

@@ -185,2 +188,3 @@ error?: Record<string, unknown>;

executionState?: Record<string, unknown>;
integrationState?: Record<string, unknown>;
failed?: boolean;

@@ -187,0 +191,0 @@ error?: Record<string, unknown>;

@@ -45,2 +45,3 @@ "use strict";

executionState: {},
integrationState: {},
stepId: "mockStepId",

@@ -47,0 +48,0 @@ executionId: "mockExecutionId",

4

dist/types/ActionPerformFunction.d.ts

@@ -10,6 +10,8 @@ import { Inputs, ActionPerformReturn, ActionInputParameters, ActionLogger, Instance, Customer } from ".";

instanceState: Record<string, unknown>;
/** An key/value store what is shared between flows on an Instance that may be used to store small amounts of data that is persisted between Instance executions */
/** A key/value store that is shared between flows on an Instance that may be used to store small amounts of data that is persisted between Instance executions */
crossFlowState: Record<string, unknown>;
/** A key/value store that may be used to store small amounts of data for use later during the execution */
executionState: Record<string, unknown>;
/** A key/value store that is shared between all flows of an Instance for any version of an Integration that may be used to store small amounts of data that is persisted between Instance executions */
integrationState: Record<string, unknown>;
/** A unique id that corresponds to the step on the Integration */

@@ -16,0 +18,0 @@ stepId: string;

@@ -15,2 +15,4 @@ /** Used to represent a binary or serialized data return as content type must be specified */

executionState?: Record<string, unknown>;
/** An optional object, the keys and values of which will be persisted in the integrationState and available in any flow of an Instance for any version of an Integration for subsequent actions and executions */
integrationState?: Record<string, unknown>;
/** A field populated by the Prismatic platform which indicates whether the action failed with an error during execution. */

@@ -17,0 +19,0 @@ failed?: boolean;

@@ -15,2 +15,4 @@ import { TriggerPayload } from "./TriggerPayload";

executionState?: Record<string, unknown>;
/** An optional object, the keys and values of which will be persisted in the integrationState and available in any flow of an Instance for any version of an Integration for subsequent actions and executions */
integrationState?: Record<string, unknown>;
/** A field populated by the Prismatic platform which indicates whether the trigger failed with an error during execution. */

@@ -17,0 +19,0 @@ failed?: boolean;

{
"name": "@prismatic-io/spectral",
"version": "7.2.1",
"version": "7.3.1",
"description": "Utility library for building Prismatic components",

@@ -5,0 +5,0 @@ "keywords": [

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