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
179
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.3.7 to 7.3.8

26

dist/types/Inputs.d.ts

@@ -79,3 +79,3 @@ import { ConditionalExpression } from "./conditional-logic";

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"]>;
}

@@ -92,3 +92,3 @@ export interface DataInputField extends BaseInputField {

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"]>;
}

@@ -105,3 +105,3 @@ export interface TextInputField extends BaseInputField {

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"]>;
}

@@ -118,3 +118,3 @@ export interface PasswordInputField extends BaseInputField {

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"]>;
}

@@ -131,3 +131,3 @@ export interface BooleanInputField extends BaseInputField {

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"]>;
}

@@ -147,3 +147,3 @@ /** Defines attributes of a CodeInputField. */

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"]>;
}

@@ -159,3 +159,3 @@ /** Defines attributes of a ConditionalInputField. */

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"] | null>;
}

@@ -171,3 +171,3 @@ /** Defines attributes of a ConnectionInputField. */

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"] | null>;
}

@@ -195,3 +195,3 @@ export interface Connection {

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"]>;
}

@@ -207,3 +207,3 @@ /** Defines attributes of an ObjectFieldMapInputField. */

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"]>;
}

@@ -219,3 +219,3 @@ /** Defines attributes of a JSONFormInputField. */

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"]>;
}

@@ -231,3 +231,3 @@ /** Defines attributes of a DynamicObjectSelectionInputField */

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"]>;
}

@@ -243,3 +243,3 @@ /** Defines attributes of a SelectedFieldInputField */

/** Clean function */
clean?: InputCleanFunction<NonNullable<this["default"]>>;
clean?: InputCleanFunction<this["default"]>;
}

@@ -246,0 +246,0 @@ /** Defines a single Choice option for a InputField. */

{
"name": "@prismatic-io/spectral",
"version": "7.3.7",
"version": "7.3.8",
"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