otm-detector
Advanced tools
Comparing version 1.2.0 to 1.2.1
export const OTM_HOSTS = new Set([ | ||
"email-fake.com", | ||
"emailfake.com", | ||
"emailfake.com", | ||
"generator.email", | ||
"in.mail.tm", | ||
"mail.mailinator.com", | ||
"mail.onetimemail.org", | ||
"mail2.mailinator.com", | ||
"mailinator.com", | ||
"mx.mail-data.net", | ||
"mx1-hosting.jellyfish.systems", | ||
"mx1.emaildbox.pro", | ||
"mx1.forwardemail.net", | ||
"mx1.simplelogin.co", | ||
"mx2-hosting.jellyfish.systems", | ||
"mx2.den.yt", | ||
"mx2.emaildbox.pro", | ||
"mx2.forwardemail.net", | ||
"mx2.simplelogin.co", | ||
"mx3-hosting.jellyfish.systems", | ||
"mx3.emaildbox.pro", | ||
@@ -11,15 +26,6 @@ "mx4.emaildbox.pro", | ||
"prd-smtp.10minutemail.com", | ||
"emailfake.com", | ||
"mx1.forwardemail.net", | ||
"mx2.forwardemail.net", | ||
"mx2.den.yt", | ||
"route1.mx.cloudflare.net", | ||
"route2.mx.cloudflare.net", | ||
"route3.mx.cloudflare.net", | ||
"mx1-hosting.jellyfish.systems", | ||
"mx2-hosting.jellyfish.systems", | ||
"mx3-hosting.jellyfish.systems", | ||
"mx1.simplelogin.co", | ||
"mx2.simplelogin.co", | ||
"generator.email", | ||
"tempm.com", | ||
]) | ||
@@ -26,0 +32,0 @@ |
{ | ||
"name": "otm-detector", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Detect one-time mail services, the new way", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "node --test" | ||
"test": "node --test", | ||
"build": "rollup index.js --file index.cjs --format cjs --generatedCode=es2015 --compact --banner \"// DO NOT EDIT DIRECTLY\" --sourcemap" | ||
}, | ||
@@ -31,3 +32,4 @@ "type": "module", | ||
"rollup": "^4.24.4" | ||
} | ||
}, | ||
"packageManager": "npm@10.7.0" | ||
} |
Sorry, the diff of this file is not supported yet
14396
11
231