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

@5minds/node-red-dashboard-2-processcube-dynamic-form

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@5minds/node-red-dashboard-2-processcube-dynamic-form - npm Package Compare versions

Comparing version 1.0.25-develop-069653-m0w5rkpy to 1.0.25-develop-0c42d8-m0w5sfj5

nodes/icons/ui_dynamic_form.svg

4

package.json
{
"name": "@5minds/node-red-dashboard-2-processcube-dynamic-form",
"version": "1.0.25-develop-069653-m0w5rkpy",
"version": "1.0.25-develop-0c42d8-m0w5sfj5",
"description": "The ui component for the ProcessCube dynamic-form",

@@ -57,2 +57,4 @@ "keywords": [

"dependencies": {
"@formkit/themes": "^1.6.5",
"@formkit/vue": "^1.6.5",
"to-title-case": "^1.0.0",

@@ -59,0 +61,0 @@ "vue": "^3.3.8",

@@ -6,6 +6,6 @@ /**

*/
import { createApp } from 'vue'
import { createApp } from 'vue';
import { plugin, defaultConfig } from '@formkit/vue';
import UIDynamicForm from './components/UIDynamicForm.vue';
import UIDynamicForm from './components/UIDynamicForm.vue'
createApp(UIDynamicForm).mount('#app')
createApp(UIDynamicForm).use(plugin, defaultConfig).mount('#app');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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