{"id":15546867,"url":"https://github.com/hookfang/email-verifier","last_synced_at":"2025-08-02T13:08:26.423Z","repository":{"id":57116411,"uuid":"324486446","full_name":"hookFang/email-verifier","owner":"hookFang","description":"This is a NPM package that allows users to verify the E-mail entered by the user. It only checks the syntax of the E-mail ID entered by the user. Gives the option to provide different domain names to change the Regex of the validator","archived":false,"fork":false,"pushed_at":"2023-03-12T16:05:22.000Z","size":11,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T13:22:20.950Z","etag":null,"topics":["email","email-verifier","module","npm","npm-module","npm-package","npmjs","regex","validate"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@hookfang/email-verifier","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hookFang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-12-26T05:13:52.000Z","updated_at":"2024-08-01T02:33:10.000Z","dependencies_parsed_at":"2022-08-22T22:20:14.939Z","dependency_job_id":"46c368b1-58ef-44aa-ab06-da179d848122","html_url":"https://github.com/hookFang/email-verifier","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.4545454545454546,"last_synced_commit":"2805f9521fb48a6d09e220ec5184fb4c2e1a5895"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hookFang/email-verifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hookFang%2Femail-verifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hookFang%2Femail-verifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hookFang%2Femail-verifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hookFang%2Femail-verifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hookFang","download_url":"https://codeload.github.com/hookFang/email-verifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hookFang%2Femail-verifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268393900,"owners_count":24243315,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["email","email-verifier","module","npm","npm-module","npm-package","npmjs","regex","validate"],"created_at":"2024-10-02T13:05:08.258Z","updated_at":"2025-08-02T13:08:26.395Z","avatar_url":"https://github.com/hookFang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Email Verifier \n![CodeQL](https://github.com/hookFang/email-verifier/workflows/CodeQL/badge.svg)\n[![NpmVersion](https://img.shields.io/npm/v/@hookfang/email-verifier?label=NPM\u0026logo=npm)](https://www.npmjs.com/package/@hookfang/email-verifier)\n![DownloadsWeekly](https://img.shields.io/npm/dw/@hookfang/email-verifier?color=blue\u0026label=Downloads\u0026logo=npm)\n[![License](https://img.shields.io/npm/l/@hookfang/email-verifier?color=black\u0026label=License)](https://github.com/hookFang/email-verifier/blob/master/LICENSE)\n\nThis is a NPM package that allows users to verify the E-mail entered by the user. It only checks the syntax of the E-mail ID entered by the user.\nGives the option to provide different domain names to change the Regex of the validator\n\n## NPM Install\n\n    npm i @hookfang/email-verifier\n  \n## Usage\n```sh\n# Import Package \nimport EmailVerifier from \"@hookfang/email-verifier\"\n\n#Add any specific Domain names, by default Domain Name: \"com\"\nEmailVerifier.domainsValid({ domainsValid: [\"com\", \"bix\", \"gov\"] });\n\n#Verify E-mail- Returns a true value if its a valid E-mail\nEmailVerifier.verify(\"testing@gmail.com\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhookfang%2Femail-verifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhookfang%2Femail-verifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhookfang%2Femail-verifier/lists"}