issues Search Results · repo:validatorjs/validator.js language:JavaScript
Filter by
1k results
(95 ms)1k results
invalidatorjs/validator.js (press backspace or delete to remove)I submitted a security issue report about 2 months ago, it needs to be checked.
https://github.com/validatorjs/validator.js/security/advisories/GHSA-57jx-2wc8-cr22
🐛 bug
junan-98
- 6
- Opened 20 days ago
- #2561
Hi guys! I discovered an issue with the isUUID validator after updating the validator library version to 13.15. This
version gives a message that the GUID is incorrect, but in previous versions of the ...
🐛 bug
andst3
- 1
- Opened on May 2
- #2559
Thanks, guys, for the great work. I think types around the important isStrongPassword function could be improved
further. Because:
Argument of type StrongPasswordOptions is not assignable to parameter ...
binarykitchen
- 11
- Opened on Apr 8
- #2547
Describe the bug
Since version 13.15.0 isUUID only supports UUID v1 through v8: https://github.com/validatorjs/validator.js/pull/2421
But there are systems that generate random hex values in the UUID ...
🍿 discussion
bc-m
- 1
- Opened on Apr 4
- #2546
I recently noticed that the regular expression for Tajikistan (tg-TJ) in validator.js is incorrect. Currently, it does
not properly validate all valid Tajik phone numbers.
- The regex does not account ...
🐛 bug
army003
- 3
- Opened on Apr 2
- #2544
Describe the bug
No passed SSN are returning true
Examples
Note: X is a real digit and a valid SSN
const validator = require( validator ) const ssn0 = XXX-XX-XXX console.log(ssn0, validator.isISSN(ssn0)) ...
🐛 bug
douglassllc
- 3
- Opened on Apr 1
- #2542
The isHexColor function in validator.js currently allows strings like 6633FF to pass validation as a valid hex color,
even though a proper hex color should include a leading #. This issue arises from the ...
mag123c
- 2
- Opened on Feb 26
- #2533
The documentation on npm indicates that tree-shakeable ES imports should be done using: import isEmail from
validator/es/lib/isEmail.js . However, the es folder does not exist in the package. Only the ...
🐛 bug
saar-twito
- 3
- Opened on Feb 9
- #2528
Describe the bug The isPassport function does not support the new Canadian Passport Number format.
Currently, isPassport only supports the old format of: 2 letters, followed by exactly 6 digits, represented ...
🐛 bug
pr-raised
evanbechtol
- Opened on Feb 7
- #2525

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.