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
Very strange behaviour, i can't even reproduce it with validator@13.6.0 (as you can see in this runKit ) @stevehobbsdev Can you share with us a code snippet with the issue?
@tux-tn I haven't had a chance to properly evaluate on our end yet, but it clearly works as intended from your runKit.
So at the moment it looks like it's an issue our end. Perhaps we could close this and I could come back to you if I find something more? Thanks for looking into it!
Describe the bug
I am using
isEmail
to validate email addresses withrequire_tld
set as the default oftrue
, and noticed an anomaly:example@example
correctly fails validation.example.example@example
passes validation.Given that
require_tld
is true I would have expected the second example to fail, or am I mistaken?Additional context
Validator.js version: 13.6.0
Node.js version: 12.9.1
OS platform: [windows, linux, macOS, etc] macOS
The text was updated successfully, but these errors were encountered: