File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 22
33[ ![ DeepScan grade] ( https://deepscan.io/api/teams/23370/projects/26631/branches/850159/badge/grade.svg )] ( https://deepscan.io/dashboard#view=project&tid=23370&pid=26631&bid=850159 )
44![ workflow] ( https://github.com/IntegerAlex/disposable-email-detector/actions/workflows/main.yml/badge.svg )
5- [ ![ OpenSSF Best Practices] ( https://www.bestpractices.dev/projects/8638/badge )] ( https://www.bestpractices.dev/projects/8638 )
65[ ![ DeepSource] ( https://app.deepsource.com/gh/IntegerAlex/disposable-email-detector.svg/?label=resolved+issues&show_trend=true&token=49_pbJHQLpxvaUFKZ5pbct86 )] ( https://app.deepsource.com/gh/IntegerAlex/disposable-email-detector/ )
76
87![ NPM Downloads] ( https://img.shields.io/npm/dt/disposable-email-detector?style=plastic&logo=npm )
1211
1312The ` disposable-email-detector ` is a TypeScript utility designed to identify disposable email addresses, providing developers with a tool to enhance email verification processes.
1413
14+ ## Demo
15+
16+ DEMO : [ LIVE] ( https://disposable-email-detector-demo.vercel.app/ )
17+ DEMO REPO : [ REPO] ( https://github.com/IntegerAlex/disposable-email-detector-demo )
18+
1519## Features
1620
1721- ** Domain Check:** Identifies if an email address belongs to a known disposable email domain.
@@ -56,4 +60,3 @@ Contributions are welcome! Please refer to the [contributing guidelines](CONTRIB
5660
5761This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
5862```
59-
Original file line number Diff line number Diff line change 11{
22 "name" : " disposable-email-detector" ,
3- "version" : " 2 .0.0" ,
3+ "version" : " 3 .0.0" ,
44 "description" : " disposable email detector" ,
55 "main" : " index.js" ,
66 "scripts" : {
1818 " disposable-email"
1919 ],
2020 "author" : " Akshat Kotpalliwar ( alias IntegerAlex on GitHub )" ,
21- "repository" : {
21+ "repository" : {
2222 "type" : " git" ,
2323 "url" : " https://www.github.com/IntegerAlex/disposable-email-detector"
24- },
24+ },
2525 "license" : " MIT" ,
2626 "devDependencies" : {
2727 "@types/node" : " ^20.11.25" ,
2828 "typescript" : " ^5.4.2"
2929 },
3030 "dependencies" : {
31- "disposable-email-detector" : " ^1 .0.1 "
31+ "disposable-email-detector" : " ^3 .0.0 "
3232 }
3333}
You can’t perform that action at this time.
0 commit comments