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

@chatmurai/vuetify-auto-form-builder

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chatmurai/vuetify-auto-form-builder - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

package.json
{
"name": "@chatmurai/vuetify-auto-form-builder",
"version": "0.0.1",
"version": "0.0.2",
"private": false,

@@ -37,7 +37,2 @@ "description": "Vuetify form builder, with nested components and templating capabilities.",

},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"devDependencies": {

@@ -44,0 +39,0 @@ "@typescript-eslint/eslint-plugin": "^5.3.0",

6

types/index.d.ts
export interface SchemaElement {
component: string
model: string
component?: string
model?: string
class?: string
events?: Record<string, (...args: unknown[]) => void>
condition?: (item: SchemaElement) => boolean
props: Record<string, unknown>
props?: Record<string, unknown>
children?: SchemaElement[]
content?: string
}
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