
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
@shelf/is-valid-email-address
Advanced tools
Compliant with RFC 3696
$ yarn add @shelf/is-valid-email-address
const {isValidEmail} = import('@shelf/is-valid-email-address');
isValidEmail('email@example.com'); // true
isValidEmail('invalid"email@example.com'); // false
test@somemail.com:
2 157 335 ops/s, ±3.85% | 86.93% slower
Abc\@def@example.com:
1 555 215 ops/s, ±0.71% | 90.57% slower
very."(),:;<>[]".VERY."very@\\ very".unusual@strange.example.com:
917 709 ops/s, ±0.20% | slowest, 94.44% slower
much."more\ unusual"@example.com:
1 505 956 ops/s, ±0.20% | 90.87% slower
@test.com:
1 762 869 ops/s, ±0.21% | 89.32% slower
@@mail.com:
3 410 584 ops/s, ±0.18% | 79.33% slower
test..test@sdf.com:
16 500 605 ops/s, ±0.21% | fastest
mlewan.@att.net:
3 327 090 ops/s, ±0.20% | 79.84% slower
$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tags
MIT © Shelf
FAQs
Email validator
We found that @shelf/is-valid-email-address demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 61 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.