otm-detector
Advanced tools
Comparing version 1.1.16 to 1.1.18
19
index.js
@@ -24,14 +24,17 @@ import dns from "node:dns/promises"; | ||
const OTM_IPS = new Set([ | ||
"167.172.1.68", | ||
"54.39.193.199", | ||
"136.243.103.68", | ||
"15.204.213.223", | ||
"15.235.72.244", | ||
"15.235.72.245", | ||
"164.90.254.47", | ||
"167.114.206.221", | ||
"15.204.213.223", | ||
"167.172.1.68", | ||
"173.225.105.34", | ||
"51.222.102.161", | ||
"54.39.193.199", | ||
"66.70.233.243", // openmail.pro | ||
"92.255.84.131", | ||
"136.243.103.68", | ||
"66.70.233.243", // openmail.pro | ||
"15.235.72.244", | ||
"15.235.72.245", | ||
"51.222.102.161", | ||
"54.39.17.59", | ||
"146.190.197.86", | ||
"96.126.99.62", | ||
]) | ||
@@ -38,0 +41,0 @@ export const isOneTimeMail = async (domain, options = {}) => { |
{ | ||
"name": "otm-detector", | ||
"version": "1.1.16", | ||
"version": "1.1.18", | ||
"description": "Detect one-time mail services, the new way", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6282
118