@5minds/node-red-dashboard-2-processcube-dynamic-form
Advanced tools
Comparing version 1.0.25-develop-069653-m0w5rkpy to 1.0.25-develop-0c42d8-m0w5sfj5
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
188748
14
736
5
1
4
+ Added@formkit/themes@^1.6.5
+ Added@formkit/vue@^1.6.5
+ Added@formkit/core@1.6.9(transitive)
+ Added@formkit/dev@1.6.9(transitive)
+ Added@formkit/i18n@1.6.9(transitive)
+ Added@formkit/inputs@1.6.9(transitive)
+ Added@formkit/observer@1.6.9(transitive)
+ Added@formkit/rules@1.6.9(transitive)
+ Added@formkit/themes@1.6.9(transitive)
+ Added@formkit/utils@1.6.9(transitive)
+ Added@formkit/validation@1.6.9(transitive)
+ Added@formkit/vue@1.6.9(transitive)