
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
@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
The npm package @shelf/is-valid-email-address receives a total of 847 weekly downloads. As such, @shelf/is-valid-email-address popularity was classified as not popular.
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
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.