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.0.0 to 1.0.1

index.d.ts

1

index.js
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 = {}) => {

3

package.json
{
"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"

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