Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@prismatic-io/spectral

Package Overview
Dependencies
Maintainers
4
Versions
180
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.1.0 to 6.1.1

2

dist/types/ActionPerformReturn.d.ts

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

/** An optional object, the keys and values of which will be persisted in the crossFlowState and available in any flow for subsequent actions and executions */
crossFlowState: Record<string, unknown>;
crossFlowState?: Record<string, unknown>;
/** An optional object, the keys and values of which will be persisted in the executionState and available for the duration of the execution */

@@ -15,0 +15,0 @@ executionState?: Record<string, unknown>;

@@ -12,3 +12,3 @@ import { TriggerPayload } from "./TriggerPayload";

/** An optional object, the keys and values of which will be persisted in the crossFlowState and available in any flow for subsequent actions and executions */
crossFlowState: Record<string, unknown>;
crossFlowState?: Record<string, unknown>;
/** An optional object, the keys and values of which will be persisted in the executionState and available for the duration of the execution */

@@ -15,0 +15,0 @@ executionState?: Record<string, unknown>;

{
"name": "@prismatic-io/spectral",
"version": "6.1.0",
"version": "6.1.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