Gathering detailed insights and metrics for angular-imask
Gathering detailed insights and metrics for angular-imask
Gathering detailed insights and metrics for angular-imask
Gathering detailed insights and metrics for angular-imask
npm install angular-imask
Typescript
Module System
Node Version
NPM Version
99
Supply Chain
88.2
Quality
79.8
Maintenance
100
Vulnerability
100
License
TypeScript (93.31%)
JavaScript (3.67%)
HTML (2.96%)
Ruby (0.05%)
Total Downloads
9,838,845
Last Day
11,847
Last Week
49,499
Last Month
224,536
Last Year
2,589,330
5,011 Stars
956 Commits
262 Forks
30 Watching
9 Branches
29 Contributors
Minified
Minified + Gzipped
Latest Version
7.6.1
Package Id
angular-imask@7.6.1
Unpacked Size
62.93 kB
Size
16.21 kB
File Count
20
NPM Version
lerna/8.1.2/node@v21.7.3+arm64 (darwin)
Node Version
21.7.3
Publised On
21 May 2024
Cumulative downloads
Total Downloads
Last day
8.7%
11,847
Compared to previous day
Last week
-10.8%
49,499
Compared to previous week
Last month
5%
224,536
Compared to previous month
Last year
3.2%
2,589,330
Compared to previous year
angular-imask
npm install angular-imask
1import { IMaskModule } from 'angular-imask'; 2 3@NgModule({ 4 imports: [ 5 IMaskModule, 6 ... 7 ], 8 ... 9}) {...}
1<!-- directive --> 2<input 3 [imask]="{mask: '+{7}(000)000-00-00'}" <!--see more mask props in a guide--> 4 [unmask]="true" <!--true|false|'typed'--> 5 (accept)="onAccept" <!--depending on prop above first argument is 6 `value` if `unmask=false`, 7 `unmaskedValue` if `unmask=true`, 8 `typedValue` if `unmask='typed'`--> 9 (complete)="onComplete" 10 <!-- OPTIONAL: provide custom element getter --> 11 [imaskElement]="(elementRef, directiveRef) => maskElement" <!-- default = elementRef.nativeElement --> 12/> 13 14<!-- pipe --> 15<p>{{ value | imask:mask }}</p>
More options see in a guide.
As to make changes to this package follow the steps:
npm run make
cd packages/angular-imask
npm run dev
npm run example
No vulnerabilities found.
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/27 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
31 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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