{"id":15744356,"url":"https://github.com/stonecypher/node-validate-email","last_synced_at":"2026-02-01T09:32:52.847Z","repository":{"id":20889960,"uuid":"24177329","full_name":"StoneCypher/node-validate-email","owner":"StoneCypher","description":"There are a lot of email validators out there; let's raise the bar a bit on quality.  MIT licensed.","archived":false,"fork":false,"pushed_at":"2020-05-06T04:45:05.000Z","size":9,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T07:04:46.814Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"chef/libyajl2-gem","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StoneCypher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-18T06:51:36.000Z","updated_at":"2024-06-27T10:44:03.000Z","dependencies_parsed_at":"2022-07-07T22:51:10.545Z","dependency_job_id":null,"html_url":"https://github.com/StoneCypher/node-validate-email","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StoneCypher/node-validate-email","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StoneCypher%2Fnode-validate-email","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StoneCypher%2Fnode-validate-email/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StoneCypher%2Fnode-validate-email/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StoneCypher%2Fnode-validate-email/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StoneCypher","download_url":"https://codeload.github.com/StoneCypher/node-validate-email/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StoneCypher%2Fnode-validate-email/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262788729,"owners_count":23364398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T03:42:25.505Z","updated_at":"2026-02-01T09:32:52.816Z","avatar_url":"https://github.com/StoneCypher.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"node-validate-email\n===================\n\nThere are a lot of email validators out there; let's raise the bar a bit on quality.  MIT licensed.\n\n\n\n\n\nWossis then?\n------------\n\nI mean, it's exactly what it sounds like.  This is an email address validator.  Right now this is a clone of someone else's validator; the intent is to provide a point to be upgraded with time.\n\nThis library comes with a [shootout](https://github.com/StoneCypher/node-validate-email-shootout) to display which library does the best job for which validation.\n\nThe goal of this library is to provide RFC-5322 compliant validation.  At this time, the author is unaware of a validator library which achieves the 60% valid mark against an admittedly borderline silly list of corner cases.  However, the validator also fails certain common cases currently; donations are encouraged.\n\n\n\n\n\nHow do I shot web?\n------------------\n\nPretty straightforward.  Install the library, either with `npm install node-validate-email --save` or your mechanism of preference.  Then, in your code:\n\n```javascript\nvar validator    = require('node-validate-email'),\n    isBillGValid = validator('billg@microsoft.com'),\n    validAsText  = isBillGValid? 'yes' : 'no';\n\nwindow.alert('Is billg@microsoft.com a valid email? ' + validAsText);\n```\n\nPiece of cake.\n\n\n\n\n\nPolemic :neckbeard:\n-------------------\n\n`node-validate-email` is MIT licensed, because viral licenses and newspeak language modification are evil.  Free is ***only*** free when it's free for everyone.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstonecypher%2Fnode-validate-email","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstonecypher%2Fnode-validate-email","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstonecypher%2Fnode-validate-email/lists"}