-
**Describe the bug**
[CodeQL v1 is getting deprecated](https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/)
This of course affects all of the pull requests here, …
-
I managed to add basic regex support to all countries listed in [VAT identification number - Wikipedia](https://en.wikipedia.org/wiki/VAT_identification_number);
More extended validation for PT(Por…
-
**I was trying to use the `IsISO8601` via `IsDateString` and could find no options available from validator js as written in code as `ValidatorJS.IsISO8691Options` in the validator.js `validator` obje…
-
Why `IsDecimal()` decorator description says that "Checks if the string contains only letters and numbers. If given value is not a string, then it returns false." and it does not check of the value wa…
-
**Describe the bug**
Although trying to be generic for different protocols the isURL check always valdiates hosts even if no host specified.
**Examples**
My use case is to validate a postgresql…
-
### Description
When using `@IsMACAddress({})` decorator the `optionsArg` is set to `any` in VSCode even though `isMacAddress.d.ts` has the correct type:
![image](https://user-images.githubusercon…
-
Hi devs,
I'm trying use BRL currency in @IsCurrency options, but when I use this setting the validator fails:
```json
{
symbol: 'R$',
require_symbol: true,
allow_space_after_symbol: true,…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `validator@13.7.0` for the project I'm working on.
…
-
## Type of Issue
```
[ x] Bug Report
```
## Description
ole@mkt:~/Github/validatorjs-workspace$ npm run p
WARNING: Conflicting namespaces: dist/validatorts/esm2015/public-api.js re-e…
-
Hi,
**Describe the bug**
When I use isVAT, it throw this error : `Invalid country code: 'FR'`
And if i cat the `node_modules/validator/lib/isVAT.js` the vatMatchers has only `GB`, `IT` and `N…