Gathering detailed insights and metrics for vue-inputmask
Gathering detailed insights and metrics for vue-inputmask
Gathering detailed insights and metrics for vue-inputmask
Gathering detailed insights and metrics for vue-inputmask
Vue.js directive to add inputmask library to your inputs (vanilla javascript).
npm install vue-inputmask
Typescript
Module System
Node Version
NPM Version
70.4
Supply Chain
73.7
Quality
75
Maintenance
50
Vulnerability
99.6
License
JavaScript (64.05%)
HTML (35.95%)
Total Downloads
1,098,006
Last Day
110
Last Week
4,788
Last Month
16,601
Last Year
195,820
MIT License
119 Stars
11 Commits
27 Forks
4 Watchers
4 Branches
2 Contributors
Updated on Apr 18, 2025
Minified
Minified + Gzipped
Latest Version
0.2.1
Package Id
vue-inputmask@0.2.1
Size
131.24 kB
NPM Version
5.3.0
Node Version
8.2.1
Published on
Sep 21, 2017
Cumulative downloads
Total Downloads
Last Day
-16.7%
110
Compared to previous day
Last Week
1.9%
4,788
Compared to previous week
Last Month
3.3%
16,601
Compared to previous month
Last Year
7.3%
195,820
Compared to previous year
4
Vue.js directive to add a mask to your inputs (vanilla javascript).
It's a binding for the inputmask library by Robin Herbots https://github.com/RobinHerbots/Inputmask
This library is licensed under MIT License.
1npm install -S vue-inputmask
1import Vue from 'vue' 2const VueInputMask = require('vue-inputmask').default 3 4Vue.use(VueInputMask)
1<script src="./node_modules/inputmask/dist/inputmask/dependencyLibs/inputmask.dependencyLib.js"></script> 2<script src="./node_modules/inputmask/dist/inputmask/inputmask.js"></script> 3<script src="./dist/vue-inputmask-browser.js"></script>
1<input type="text" v-mask="'99/99/9999'" /> 2<input type="text" v-mask="{mask: '99/99/9999', greedy: true}" />
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/10 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
65 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
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 Moremaska
Simple zero-dependency input mask for Vanilla JS, Vue, Alpine.js and Svelte
vue-inputmask-ng
Vue.js plugin which is based on the InputMask
@maskito/vue
The Vue-specific Maskito's library
inputmask-vue
Simple Vue2/3 wrapper for RobinHerbots's [Inputmask](https://github.com/RobinHerbots/Inputmask) library.