Gathering detailed insights and metrics for vue-formulate-datepicker
Gathering detailed insights and metrics for vue-formulate-datepicker
Gathering detailed insights and metrics for vue-formulate-datepicker
Gathering detailed insights and metrics for vue-formulate-datepicker
npm install vue-formulate-datepicker
63.5
Supply Chain
85.2
Quality
75.8
Maintenance
50
Vulnerability
80.4
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
52 Commits
1 Forks
2 Watching
13 Branches
3 Contributors
Updated on 04 Dec 2021
Minified
Minified + Gzipped
Vue (63.7%)
JavaScript (36.3%)
Cumulative downloads
Total Downloads
Last day
28.5%
604
Compared to previous day
Last week
52.3%
3,127
Compared to previous week
Last month
17.4%
10,388
Compared to previous month
Last year
270.5%
53,246
Compared to previous year
npm
npm install vue-formulate-datepicker
yarn
yarn add vue-formulate-datepicker
Add this to your main.js
1import VueFormulateDatepickerPlugin from "vue-formulate-datepicker"; 2// Add styles if need 3import "@sum.cumo/vue-datepicker/dist/Datepicker.css"; 4 5Vue.use(VueFormulate, { 6 plugins: [VueFormulateDatepickerPlugin] 7});
1<template> 2 <FormulateInput 3 language="fr" 4 name="date" 5 type="datepicker" 6 v-model="date" 7 > 8 </FormulateInput> 9</template> 10 11<script> 12 13export default { 14 name: 'Example', 15 data() { 16 return { 17 date: new Date(), 18 } 19 }, 20} 21</script> 22
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/17 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
68 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More