New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

otm-detector

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

otm-detector - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

index.cjs.map

26

blocklist.js
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc