email-disposable 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -68,11 +68,11 @@ npm run fetch
|
|
|
68
68
|
|
|
69
69
|
## License
|
|
70
70
|
|
|
71
|
-
[MIT](https://opensource.org/license/mit) © 2025 [Gatekeepr](https://gatekeepr.
|
|
71
|
+
[MIT](https://opensource.org/license/mit) © 2025 [Gatekeepr](https://gatekeepr.io).
|
|
72
72
|
|
|
73
73
|
## About
|
|
74
74
|
|
|
75
|
-
**email-disposable** is an open-source component of [Gatekeepr](https://gatekeepr.
|
|
75
|
+
**email-disposable** is an open-source component of [Gatekeepr](https://gatekeepr.io), a privacy-first API that blocks
|
|
76
76
|
fake users and platform abuse by analyzing emails, IPs, domains, and user agents in real time.
|
|
77
77
|
|
|
78
78
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Gatekeepr",
|
|
8
|
-
"url": "https://gatekeepr.
|
|
8
|
+
"url": "https://gatekeepr.io"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"disposable.json",
|
|
14
14
|
"disposable.txt"
|
|
15
15
|
],
|
|
16
|
-
"version": "1.0.
|
|
16
|
+
"version": "1.0.2",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"p-limit": "^7.2.0"
|
|
19
19
|
},
|