Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
12
Maintainers
6
Versions
157
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.8.0-preview4 to 7.8.0-preview5

3

dist/serverTypes/index.d.ts

@@ -105,3 +105,4 @@ /// <reference types="node" />

export declare type TriggerPerformFunction = (context: ActionContext, payload: TriggerPayload, params: Record<string, unknown>) => Promise<TriggerResult>;
export declare type TriggerEventFunction = (context: ActionContext, params: Record<string, unknown>) => Promise<void | TriggerEventFunctionReturn>;
export declare type TriggerEventFunctionResult = TriggerEventFunctionReturn | void;
export declare type TriggerEventFunction = (context: ActionContext, params: Record<string, unknown>) => Promise<TriggerEventFunctionResult>;
export interface Trigger {

@@ -108,0 +109,0 @@ key: string;

{
"name": "@prismatic-io/spectral",
"version": "7.8.0-preview4",
"version": "7.8.0-preview5",
"description": "Utility library for building Prismatic components",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc