Socket
Socket
Sign inDemoInstall

@prismatic-io/spectral

Package Overview
Dependencies
Maintainers
8
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 9.0.6 to 9.0.7

8

dist/types/ComponentManifest.d.ts

@@ -18,3 +18,3 @@ import { CollectionType, DataSourceType, InputFieldType } from ".";

export interface ComponentManifestAction {
key: string;
key?: string;
perform: (values: any) => Promise<unknown>;

@@ -24,3 +24,3 @@ inputs: Record<string, BaseInput>;

export interface ComponentManifestTrigger {
key: string;
key?: string;
perform: (values: any) => Promise<unknown>;

@@ -30,3 +30,3 @@ inputs: Record<string, BaseInput>;

export interface ComponentManifestDataSource {
key: string;
key?: string;
perform: (values: any) => Promise<unknown>;

@@ -37,3 +37,3 @@ dataSourceType: DataSourceType;

export interface ComponentManifestConnection {
key: string;
key?: string;
perform: (values: any) => Promise<unknown>;

@@ -40,0 +40,0 @@ onPremAvailable?: boolean;

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

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

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