validatorjs icon indicating copy to clipboard operation
validatorjs copied to clipboard

A data validation library in JavaScript for the browser and Node.js, inspired by Laravel's Validator.

Results 91 validatorjs issues
Sort by recently updated
recently updated
newest added

**What happened?** The current document looks like this ``` Validator.registerAsync('username_available', function(username, attribute, req, passes) { ``` However, the order of `attribute` and `req` is actually reversed. **What did you expect...

**What version of this package are you using?** - validatorjs 3.22.1 - @types/validatorjs 3.15.0 **What operating system, Node.js, and npm version?** - Node v18.14.2 - macOS 12.6.2 **What happened?** In...

**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [x ] Bug fix [ ] New feature [ ] Other, please...

**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [ ] New feature [x] Other, please explain:...

…ion rules is array and using min or max. **What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [X] Bug fix...

**What is the purpose of this pull request? (put an "X" next to item)** - [ ] Documentation update - [x] Bug fix - [ ] New feature - [...

Hi, is there a way to validate float number: `integer` is for integer, `numeric` is for integer + float, how to validate only float ?

**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [x] Bug fix [ ] New feature [ ] Other, please explain:...

**What version of this package are you using?** 3.22.1 **What problem do you want to solve?** I'll try explain case with under below code. I want to retrieve the "birthday"...