Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@zootools/email-spell-checker

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zootools/email-spell-checker

mailSpellChecker.js (mail spell checker) is a lightweight module that suggests a right domain when your users misspell it in an email address

Source
npmnpm
Version
0.0.0-development
Version published
Weekly downloads
53K
13.06%
Maintainers
1
Weekly downloads
 
Created
Source

ZooTools Mail Spell Checker

mailSpellChecker is the easiest way to reduce misspelled email addresses in your web apps.
Used in production by [ZooTools](https://zootools.co) to verify thousands of emails daily.

Email Spell Checker is the easiest way to reduce misspelled email addresses in your web apps and server.
Used in production by companies to validate thousands of mispelled emails daily.

🔐 Reduce failed authentication ⬆️ Increase emails delivery ⚡️ Built for speed

Typesense Demo

@zootools/email-spell-checker

npm package Downloads Issues Commitizen Friendly Semantic Release

Email Spell Checker is a lightweight JavaScript module written in TypeScript that suggests a right domain when your users misspell it in an email address.

At ZooTools, we validate thousands of emails daily with mailSpellChecker and it helped up to reduce by 30% bounced emails.

Features (Probably the best way to check a misspelled email address in JavaScript)

We rewrote and improve mailcheck.js, a great module that is not longer maintained (7+ years).

Email Spell Checker uses a better detection algorithm, has an updated list of domains by default and it's written in the beloved TypeScript.

  • 🔋 Updated: 38+ supported popular domains out-of-the-box and continuously updated.
  • ⚡️ Lighting fast: Highly performance email checking using js-levenshtein, one of the fastest string distance JS modules.
  • 💙 TypeScript: Fully written in TypeScript, cause we know you love it and we too.
  • ⚙️ Extensible: Allows to pass your custom rules and domains. Tweak it as you need.
  • 🔨 5 minutes migration: Same API and functions as mailcheck to migrate in <5 minutes.

Some good use cases

  • User authentication (login, signup, email recovery).
  • Backend email validation.
  • Newsletter subscriptions.

How does it work?

TODO: Put screenshot of it in action

Other ports

Want to help contribute launching this email spell checker in other languages? Reach out to us and we'll provide the resources and help to make it happen and help distribute your package.

my-package-name

My awesome module

Install

npm install my-package-name

Usage

import { myPackage } from 'my-package-name';

myPackage('hello');
//=> 'hello from my package'

API

myPackage(input, options?)

input

Type: string

Lorem ipsum.

options

Type: object

postfix

Type: string Default: rainbows

Lorem ipsum.

Keywords

spellcheck

FAQs

Package last updated on 21 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts