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

@jsonforms/react

Package Overview
Dependencies
Maintainers
6
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsonforms/react - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0-alpha.0

5

lib/JsonFormsContext.d.ts

@@ -90,6 +90,3 @@ import { ArrayControlProps, ArrayLayoutProps, CellProps, CombinatorRendererProps, ControlProps, DispatchCellProps, DispatchPropsOfControl, EnumCellProps, JsonFormsProps, JsonFormsSubStates, LayoutProps, OwnPropsOfCell, OwnPropsOfControl, OwnPropsOfEnum, OwnPropsOfEnumCell, OwnPropsOfJsonFormsRenderer, OwnPropsOfLayout, OwnPropsOfMasterListItem, StatePropsOfControlWithDetail, StatePropsOfMasterItem, coreReducer, DispatchPropsOfMultiEnumControl, Translator, OwnPropsOfLabel, LabelProps } from '@jsonforms/core';

uischemas: import("@jsonforms/core").JsonFormsUISchemaRegistryEntry[];
data: any; /**
* Make sure, that options are memoized as otherwise the cell will rerender for every change,
* as the options array is recreated every time.
*/
data: any;
translations: import("@jsonforms/core").CombinatorTranslations;

@@ -96,0 +93,0 @@ cells?: {

6

package.json
{
"name": "@jsonforms/react",
"version": "3.3.0",
"version": "3.4.0-alpha.0",
"description": "React module of JSON Forms",

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

"peerDependencies": {
"@jsonforms/core": "3.3.0",
"@jsonforms/core": "3.4.0-alpha.0",
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"

@@ -121,3 +121,3 @@ },

"typescript": "~5.2.2",
"@jsonforms/core": "3.3.0"
"@jsonforms/core": "3.4.0-alpha.0"
},

@@ -124,0 +124,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