Socket
Socket
Sign inDemoInstall

@jsonforms/core

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsonforms/core - npm Package Compare versions

Comparing version 2.2.3-beta.1 to 2.2.3

4

lib/actions/index.d.ts

@@ -41,3 +41,3 @@ import AJV from 'ajv';

}
export declare const init: (data: any, schema?: JsonSchema, uischema?: UISchemaElement, options?: InitActionOptions | AJV.Ajv) => {
export declare const init: (data: any, schema?: JsonSchema, uischema?: UISchemaElement, options?: AJV.Ajv | InitActionOptions) => {
type: "jsonforms/INIT";

@@ -47,3 +47,3 @@ data: any;

uischema: UISchemaElement;
options: InitActionOptions | AJV.Ajv;
options: AJV.Ajv | InitActionOptions;
};

@@ -50,0 +50,0 @@ export interface RegisterDefaultDataAction {

{
"name": "@jsonforms/core",
"version": "2.2.3-beta.1",
"version": "2.2.3",
"description": "Core module of JSON Forms",

@@ -60,3 +60,3 @@ "repository": "https://github.com/eclipsesource/jsonforms",

},
"gitHead": "10782b3eab783f154b185a95e1258c1337cfd4cf"
"gitHead": "6580c02c45fec40c51dd86b195ce02b5be1fb8df"
}
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