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.4 to 7.3.5

20

dist/types/Inputs.d.ts
import { ConditionalExpression } from "./conditional-logic";
import { JsonSchema, UISchemaElement } from "@jsonforms/core";
export declare type Element = {

@@ -25,5 +26,18 @@ key: string;

export declare type JSONForm = {
schema: Record<string, unknown>;
uiSchema: Record<string, unknown>;
data: unknown;
/**
* The data/JSON schema defines the underlying data to
* be shown in the UI (objects, properties, and their
* types). See https://jsonforms.io/docs
*/
schema: JsonSchema;
/**
* The UI schema defines how this data is rendered as a
* form, e.g. the order of controls, their visibility,
* and the layout. See https://jsonforms.io/docs/uischema/
*/
uiSchema: UISchemaElement;
/**
* Optional default data to use in the inputs of your form
*/
data?: Record<string, unknown>;
};

@@ -30,0 +44,0 @@ export declare type DynamicObjectSelection = string;

3

package.json
{
"name": "@prismatic-io/spectral",
"version": "7.3.4",
"version": "7.3.5",
"description": "Utility library for building Prismatic components",

@@ -40,2 +40,3 @@ "keywords": [

"dependencies": {
"@jsonforms/core": "3.0.0",
"axios": "0.27.2",

@@ -42,0 +43,0 @@ "axios-retry": "3.2.5",

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