otm-detector
Advanced tools
Comparing version 1.0.0 to 1.0.1
import dns from "node:dns/promises"; | ||
const OTM_HOSTS = new Set([ | ||
"in.mail.tm", | ||
"mail.onetimemail.org", | ||
]) | ||
@@ -5,0 +6,0 @@ export const isOneTimeMail = async (domain, options = {}) => { |
{ | ||
"name": "otm-detector", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Detect one-time mail services, the new way", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "node --test" |
4234
6
38