Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mail-spell-checker

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mail-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

  • 0.0.0-development
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

ZooTools Mail Spell Checker

npm package Build Status Downloads Issues Code Coverage Commitizen Friendly Semantic Release

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.

✅ Increase

Typesense Demo

mailSpellChecker.js

mailSpellChecker.js (mail spell checker) is a lightweight module 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: Best way to check an invalid email address in JavaScript

We inspired and rewrite mailcheck.js (amazing module that is not longer maintained) in TypeScript.

  • 🔨 Robust: Uses Levenshtein distance to increase the quality of the detection to you.
  • ⚡️ Lighting fast: Highly performance using js-levenshtein, the fastest string distance JS module.
  • ⚙️ Extensible: Allows to pass your custom rules and domains. Tweak it as you need.
  • TypeScript: Fully written in TypeScript, cause we know you love it and we too.
  • 🔍 Ready to migrate: Same API and functions as mailcheck to help you reduce migration time.

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

FAQs

Package last updated on 20 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

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