This package allows you to check the email addresses for typos in the domain names.
From npmjs:
npm install emailtypocheck --save
var etc = require('../dist/emailtypocheck.js'); etc.checkEmailTypos("test@gmsil.com"); // [test@gmail.com] - typo correction tlds.checkEmailTypos("test@gmail.com"); // [] - no typos
Run make install to install dependencies.