{"library":"freemail","type":"library","category":null,"description":"freemail is a Node.js module that provides a programmatic interface to identify whether an email domain is considered 'free' (e.g., gmail.com) or 'disposable' (e.g., mailinater.com). It ships with a database of domains categorized into `free.txt`, `disposable.txt`, and `blacklist.txt`. The package is currently at version 1.7.0. Its primary differentiator is the included, updateable domain database, which can be synchronized from various online sources. However, the project appears to be unmaintained, with its last update several years ago, meaning the included data may be significantly out of date unless manually refreshed by the user. There is no clear release cadence, and new development has ceased.","language":"javascript","status":"abandoned","version":"1.7.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install freemail","imports":["const freemail = require('freemail');","const freemail = require('freemail');\nconst isFreeDomain = freemail.isFree('example@gmail.com');","const { isDisposable } = require('freemail');\nconst isDisposableDomain = isDisposable('temp@mailinator.com');"]},{"cmd":"yarn add freemail","imports":[]},{"cmd":"pnpm add freemail","imports":[]}],"homepage":null,"github":"https://github.com/willwhite/freemail","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/freemail","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/freemail/compatibility"}}