Gathering detailed insights and metrics for @rearguard/is-email
Gathering detailed insights and metrics for @rearguard/is-email
npm install @rearguard/is-email
Typescript
Module System
68.5
Supply Chain
73.6
Quality
75.7
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
17,928
Last Day
3
Last Week
15
Last Month
151
Last Year
2,488
4 Stars
66 Commits
1 Forks
1 Watching
1 Branches
1 Contributors
Latest Version
1.9.6
Package Id
@rearguard/is-email@1.9.6
Unpacked Size
4.95 kB
Size
1.92 kB
File Count
13
Cumulative downloads
Total Downloads
Last day
50%
3
Compared to previous day
Last week
-62.5%
15
Compared to previous week
Last month
33.6%
151
Compared to previous month
Last year
-52.7%
2,488
Compared to previous year
1npm i @rearguard/is-email
@rearguard/is-email
is a validator for email addresses, it allows checking when an email address is valid, according to RFC 5322
1const {isEmail} = require('@rearguard/is-email'); 2 3const longemail = new Array(255).fill('a').join(); 4 5isEmail(`${longemail}@gmail.com`); // => false 6isEmail(`@gmail.com`); // => false 7isEmail('hello@gmail.com'); // => false 8isEmail('hello@sienna12bourne.ga'); // => true
@rearguard/is-email
is fast and intuitive, you can find benchmarks against similar libraries in the /bench
folder.
1yarn test
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
45 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