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): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: 16.9.1 *...

feature

#### 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*: 15.7.0 *...

#### 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*: v14.17.5 *...

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

feature

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

#### 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*: 15.3.0 *...

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

#### 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*: v12.19.0 *...

#### 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*: v14.17.6 *...

For example, b is empty string filed ``` { a: 'a', b: '' } ``` after validating , convert to an object which filed b is deleted ``` { a:...