Skip to content

Commit

Permalink
fix: validate phone number (#394)
Browse files Browse the repository at this point in the history
* fix: validate phone number

* add guard to loop to avoid stuck

* Increase retries

* increase retries

* fix: improve the masked pattern
  • Loading branch information
kobenguyent authored Jan 16, 2025
1 parent 6c58305 commit d76fbaa
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 4 deletions.
18 changes: 17 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"ts-jest": "29.1.1",
"ts-morph": "13.0.2",
"ts-node": "10.9.1",
"typescript": "5.3.3"
"typescript": "5.3.3",
"phone": "^3.1.57"
},
"engines": {
"npm": ">=8.11.0",
Expand Down
Loading

0 comments on commit d76fbaa

Please sign in to comment.