joi icon indicating copy to clipboard operation
joi copied to clipboard

The most powerful data validation library for JS

Results 188 joi issues
Sort by recently updated
recently updated
newest added

#### Support plan * *is this issue currently blocking your project?* (yes/no): yes * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: 16.16.0 *...

support

#### Support plan * *is this issue currently blocking your project?* (yes/no): yes * *is this issue affecting a production system?* (yes/no): yes #### Context * *node version*: 14.20.0 *...

bug
support

#### Support plan * *is this issue currently blocking your project?* (yes/no): yes * *is this issue affecting a production system?* (yes/no): yes #### Context * *node version*: * *module...

feature

Hello everyone! Recently Eran contacted us regarding Joi as he is no longer actively involved in open-source work. As a result, we're hapi to announce that Joi is coming back...

breaking changes

#### Context * *node version*: v16.15.0 * *module version with issue*: 17.6.0 * *last module version without issue*: ? * *environment* (e.g. node, browser, native): node * *used with* (e.g....

#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: N/A *...

documentation

#### Support plan * *is this issue currently blocking your project?* (yes/no): Yes * *is this issue affecting a production system?* (yes/no): No #### Context * *node version*: 14.15.5 *...

### Module version 17.12.2 ### What documentation problem did you notice? missing all type errors list. Please add this list on docs. ``` 'alternatives.all': '{{#label}} does not match all of...

documentation

### What problem are you trying to solve? i try to validate multiple uri in a string that separate by comma( `,` ) [I found a very similar pr](https://github.com/hapijs/joi/pull/1842) so...

feature

In my project, I'm using Nuxt 3.7.4 and Joi 17.11.0 for parameter validation. Everything works fine in development mode, but when I build the project and run it in a...

support