You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are getting the following issue in the 2.0.4 version release - the email domain length check allows only 254 characters. But as per some global standards for email, the domain length can be of 255 characters.
We checked the git repository and found that some fixes have been made (for the domain length check) after the last npm publish.
Hi @manishsaraan,
We are using your npm module - email-validator for basic email validations in our NodeJs based application (https://www.npmjs.com/package/email-validator).
We observed that the module was last published 5 years ago with the version 2.0.4. However there are no tags or releases present in the git repo.
npm version 2.0.4 points to the Git commit - https://github.com/manishsaraan/email-validator/blob/2c16df5e6f79b34ccae1baeb62efaee218eb73ac/index.js
We are getting the following issue in the 2.0.4 version release - the email domain length check allows only 254 characters. But as per some global standards for email, the domain length can be of 255 characters.
We checked the git repository and found that some fixes have been made (for the domain length check) after the last npm publish.
PR where the issue was fixed - #53
Our application works fine with the latest master branch commit (df02ecd).
Can you please review and advise if a new npm version can be released, so that our application can fetch the latest code from npm.
Thanks,
Anupam
The text was updated successfully, but these errors were encountered: