-
### Description
According to the type docs, when using `IsDateString({ strict: true})`:
"If `strict` is `true`, performs additional checks for valid dates, e.g. invalidates dates like `2009-02-29`".…
-
https://cveawg-test.mitre.org/api-docs/ says
```
GET /cve
...
count_only Get count of records that match query. Accepted values are 0 (False) and 1 (True)
boolean
(query)
```
The actual behav…
-
** I think it doesn't work properly.**
using postman, I send the following data.
![1](https://user-images.githubusercontent.com/30414199/69524882-06ccf480-0f35-11ea-9989-7d57b6ca013c.PNG)
The r…
-
Do I need to do anything special to be able to use all of [the validators](https://github.com/validatorjs/validator.js#sanitizers) provided by validator.js?
I can see that this function to check lo…
-
**Description of the problem**
The isDataURI function is used to check a Data URI in base64, including the MediaType, Attribute and Data.
The regular expression validating the MediaType is the f…
-
- Currently we validate the incoming JSON with `ajv` which works well so far.
- An alternative is the project `joi`: https://github.com/sideway/joi It seems to have much richer validation capabiliti…
-
Date strings with negative TZ offsets are not considered valid with current regex
Think it's missing negative offsets and handling single-digit hours
`2016-07-16T19:20:30+5:30` no match
`2016-07-…
-
**Describe the bug**
`isLuhnValid` is in the documentation as an available method, but looking at the exported methods of the library (version `13.7.0`) I do not see the method being exported.
**A…
-
Norway uses a national identity number: https://www.skatteetaten.no/en/person/foreign/norwegian-identification-number/national-identity-number/
I would assume this is something other countries has …
-
I cant create a new Validator object.
`
const Validator = require('@chantouchsek/validatorjs');
const validation = new Validator(data, rules, { customMessages });
if (validation.fails()) {
…