Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
Maintainers
4
Versions
171
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 6.4.1 to 6.5.0

6

dist/serverTypes/index.d.ts

@@ -90,2 +90,4 @@ /// <reference types="node" />

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

@@ -145,2 +147,4 @@ interface TriggerBranchingResult extends TriggerBaseResult {

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

@@ -154,2 +158,4 @@ interface ServerPerformDataReturn {

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

@@ -156,0 +162,0 @@ interface ServerPerformBranchingDataStructureReturn extends ServerPerformDataStructureReturn {

4

dist/types/ActionPerformReturn.d.ts

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

executionState?: Record<string, unknown>;
/** A field populated by the Prismatic platform which indicates whether the trigger failed with an error during execution. */
failed?: boolean;
/** A field populated by the Prismatic platform which may refer to an object that contains data about any error that resulted in failure. */
error?: Record<string, unknown>;
}

@@ -17,0 +21,0 @@ /** Used to represent a branching return of conventional data and does not require content type to be specified */

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

executionState?: Record<string, unknown>;
/** A field populated by the Prismatic platform which indicates whether the trigger failed with an error during execution. */
failed?: boolean;
/** A field populated by the Prismatic platform which may refer to an object that contains data about any error that resulted in failure. */
error?: Record<string, unknown>;
}

@@ -17,0 +21,0 @@ /** Represents the result of a Trigger action that uses branching. */

2

package.json
{
"name": "@prismatic-io/spectral",
"version": "6.4.1",
"version": "6.5.0",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc