We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch validator@13.7.0 for the project I'm working on.
validator@13.7.0
Here is the diff that solved my problem:
diff --git a/node_modules/validator/lib/isMobilePhone.js b/node_modules/validator/lib/isMobilePhone.js index a349f06..5e1831b 100644 --- a/node_modules/validator/lib/isMobilePhone.js +++ b/node_modules/validator/lib/isMobilePhone.js @@ -111,6 +111,7 @@ var phones = { 'kk-KZ': /^(\+?7|8)?7\d{9}$/, 'kl-GL': /^(\+?299)?\s?\d{2}\s?\d{2}\s?\d{2}$/, 'ko-KR': /^((\+?82)[ \-]?)?0?1([0|1|6|7|8|9]{1})[ \-]?\d{3,4}[ \-]?\d{4}$/, + 'ky-KG': /^(\+?996|0)\d{9}$/, 'lt-LT': /^(\+370|8)\d{8}$/, 'lv-LV': /^(\+?371)2\d{7}$/, 'ms-MY': /^(\+?6?01){1}(([0145]{1}(\-|\s)?\d{7,8})|([236789]{1}(\s|\-)?\d{7}))$/,
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered:
Feel free to make a PR for this, including some tests
Sorry, something went wrong.
closing this, as this has been added with commit c8c247c / #1924
No branches or pull requests
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
validator@13.7.0
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: