nettofarah / property-validator

:white_check_mark: Easy property validation for JavaScript, Node and Express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

email test fail

runfan opened this issue · comments

commented

.mail@google.com shoud not pass isEmail
this is a bug
can you upgrade validator?

Hey, runfan.
Are you sure .mail@google.com is a valid email?

If so, can you test it against https://github.com/chriso/validator.js to make sure it works?
property-validator works on top of validator.js, so any failed validation would originate from the validation library.

Thanks

commented

I found .mail@google.com pass on https://github.com/chriso/validator.js