@croudtech/vue-connect-ui
Advanced tools
Comparing version 0.10.0 to 0.11.0
{ | ||
"name": "@croudtech/vue-connect-ui", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Vue plugin providing a suite of Croud UI components", | ||
@@ -62,3 +62,4 @@ "homepage": "https://github.com/CroudTech/connect-vue-ui-kit#readme", | ||
"vue-fela": "^3.4.0", | ||
"vue-functional-data-merge": "^2.0.6" | ||
"vue-functional-data-merge": "^2.0.6", | ||
"vuelidate": "^0.7.4" | ||
}, | ||
@@ -84,5 +85,5 @@ "devDependencies": { | ||
"webpack": "^4.5.0", | ||
"webpack-cli": "^2.0.14", | ||
"webpack-cli": "^3.2.1", | ||
"webpack-node-externals": "^1.7.2" | ||
} | ||
} |
@@ -23,2 +23,3 @@ import App from './app/app.vue' | ||
import Text from './text/text' | ||
import Textarea from './textarea/textarea.vue' | ||
@@ -47,3 +48,4 @@ export default { | ||
TableCell, | ||
Text | ||
Text, | ||
Textarea | ||
} |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
224997
163
3196
20
1
+ Addedvuelidate@^0.7.4
+ Addedvuelidate@0.7.7(transitive)