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.0.10-pre to 7.0.11-pre

2

dist/index.d.ts

@@ -50,3 +50,3 @@ /**

timestamp: string;
picklist: import("./types").PickList;
picklist: string[];
schedule: {

@@ -53,0 +53,0 @@ value: string;

@@ -46,3 +46,3 @@ /**

timestamp: string;
picklist: import("./types").PickList;
picklist: string[];
schedule: {

@@ -78,3 +78,3 @@ value: string;

timestamp: string;
picklist: import("./types").PickList;
picklist: string[];
schedule: {

@@ -81,0 +81,0 @@ value: string;

import { ConnectionDefinition } from "./ConnectionDefinition";
import { ObjectSelection, ObjectFieldMap, JSONForm, PickList } from "./Inputs";
import { ObjectSelection, ObjectFieldMap, JSONForm } from "./Inputs";
/** The type of field that is appropriate for rendering the data that is the result of the data source perform function. */

@@ -8,3 +8,3 @@ declare type DataSourceTypeMap = {

timestamp: string;
picklist: PickList;
picklist: string[];
schedule: {

@@ -11,0 +11,0 @@ value: string;

@@ -29,6 +29,2 @@ import { ConditionalExpression } from "./conditional-logic";

};
export declare type PickList = {
options?: string[];
selectedValue?: string;
};
/** InputField type enumeration. */

@@ -35,0 +31,0 @@ export declare type InputFieldType = InputFieldDefinition["type"];

{
"name": "@prismatic-io/spectral",
"version": "7.0.10-pre",
"version": "7.0.11-pre",
"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