Skip to content

Commit da406b2

Browse files
committed
Updated Version & Added DEMO Link
1 parent ee99133 commit da406b2

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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)
@@ -12,6 +11,11 @@
1211

1312
The `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

5761
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
5862
```
59-

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -18,16 +18,16 @@
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
}

0 commit comments

Comments
 (0)