New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jsonforms/vue

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsonforms/vue - npm Package Compare versions

Comparing version 3.4.1 to 3.5.0-beta.0

4

lib/components/JsonForms.vue.d.ts

@@ -61,3 +61,3 @@ import { PropType } from 'vue';

required: false;
type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>;
type: PropType<ErrorObject[]>;
default: () => ErrorObject<string, Record<string, any>, unknown>[];

@@ -144,3 +144,3 @@ };

required: false;
type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>;
type: PropType<ErrorObject[]>;
default: () => ErrorObject<string, Record<string, any>, unknown>[];

@@ -147,0 +147,0 @@ };

@@ -396,2 +396,3 @@ import { ControlElement, Dispatch, Layout, JsonSchema, UISchemaElement, CoreActions, JsonFormsState, OwnPropsOfMasterListItem, mapStateToArrayControlProps, mapDispatchToArrayControlProps, JsonFormsRendererRegistryEntry, JsonFormsCellRendererRegistryEntry, LabelElement, Scopable } from '@jsonforms/core';

data: number;
arraySchema: NonNullable<JsonSchema>;
minItems: number;

@@ -398,0 +399,0 @@ disableRemove: NonNullable<boolean | undefined>;

{
"name": "@jsonforms/vue",
"version": "3.4.1",
"version": "3.5.0-beta.0",
"description": "Vue 3 module of JSON Forms",

@@ -74,8 +74,8 @@ "repository": "https://github.com/eclipsesource/jsonforms",

"typedoc": "~0.25.3",
"typescript": "~5.2.2",
"typescript": "~5.5.0",
"vue": "^3.4.21",
"@jsonforms/core": "3.4.1"
"@jsonforms/core": "3.5.0-beta.0"
},
"peerDependencies": {
"@jsonforms/core": "3.4.1",
"@jsonforms/core": "3.5.0-beta.0",
"vue": "^3.2.26"

@@ -82,0 +82,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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