Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jsonforms/examples

Package Overview
Dependencies
Maintainers
6
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsonforms/examples - npm Package Compare versions

Comparing version 3.3.0-beta.0 to 3.3.0-beta.1

0

lib/example.d.ts

@@ -0,0 +0,0 @@ import { JsonFormsCellRendererRegistryEntry, JsonFormsUISchemaRegistryEntry, JsonFormsRendererRegistryEntry, JsonSchema, UISchemaElement, JsonFormsI18nState } from '@jsonforms/core';

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ import { UISchemaElement } from '@jsonforms/core';

@@ -0,0 +0,0 @@ import { ErrorObject } from 'ajv';

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ import { Translator } from '@jsonforms/core';

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ import { Translator } from '@jsonforms/core';

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ import { Translator } from '@jsonforms/core';

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ import { StateProps } from '../example';

@@ -0,0 +0,0 @@ import { JsonSchema, UISchemaElement } from '@jsonforms/core';

@@ -0,0 +0,0 @@ import { UISchemaElement } from '@jsonforms/core';

export declare const uischema: any;

@@ -0,0 +0,0 @@ import { JsonFormsCore, AnyAction, Dispatch, Translator } from '@jsonforms/core';

@@ -0,0 +0,0 @@ import { UISchemaElement } from '@jsonforms/core';

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const data: {

@@ -0,0 +0,0 @@ export declare const data: {

@@ -0,0 +0,0 @@ export declare const data: {

@@ -0,0 +0,0 @@ export declare const uischema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ import { UISchemaElement, JsonFormsCore, AnyAction, Dispatch } from '@jsonforms/core';

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const personCoreSchema: {

@@ -0,0 +0,0 @@ export declare const data: {};

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const orderSchema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ export declare const schema: {

@@ -0,0 +0,0 @@ import * as allOf from './examples/allOf';

import { ExampleDescription } from './example';
export declare const registerExamples: (examples: ExampleDescription[]) => void;
export declare const getExamples: () => ExampleDescription[];

8

package.json
{
"name": "@jsonforms/examples",
"version": "3.3.0-beta.0",
"version": "3.3.0-beta.1",
"description": "JSON Forms Example Data",

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

"peerDependencies": {
"@jsonforms/core": "3.3.0-beta.0"
"@jsonforms/core": "3.3.0-beta.1"
},

@@ -61,4 +61,4 @@ "devDependencies": {

"typedoc": "~0.25.3",
"typescript": "~4.9.5",
"@jsonforms/core": "3.3.0-beta.0"
"typescript": "~5.2.2",
"@jsonforms/core": "3.3.0-beta.1"
},

@@ -65,0 +65,0 @@ "scripts": {

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