Comparing version 1.0.8 to 1.0.9
@@ -274,3 +274,3 @@ 'use stricts'; | ||
"34", "38", "41", "43", "44", "45", "47", "48", "51", "53", "54", "55", "61", "62", "65", "67", "68", "69", | ||
"71", "73", "75", "77", "79", "81", "82", "83", "84", "85", "86", "91", "92", "95", "96", "98" | ||
"71", "73", "74", "75", "77", "79", "81", "82", "83", "84", "85", "86", "91", "92", "95", "96", "98" | ||
], phone_number_lengths: [10, 11] | ||
@@ -1368,3 +1368,3 @@ }, | ||
country_name: "Poland", | ||
mobile_begin_with: ["5", "6", "7", "8"], | ||
mobile_begin_with: ["4", "5", "6", "7", "8"], | ||
phone_number_lengths: [9] | ||
@@ -1418,3 +1418,3 @@ }, | ||
country_name: "Qatar", | ||
mobile_begin_with: ["33", "55", "66", "77"], | ||
mobile_begin_with: ["3", "5", "6", "7"], | ||
phone_number_lengths: [8] | ||
@@ -1654,3 +1654,3 @@ }, | ||
country_name: "Thailand", | ||
mobile_begin_with: ["8", "9"], | ||
mobile_begin_with: ["6", "8", "9"], | ||
phone_number_lengths: [9] | ||
@@ -1657,0 +1657,0 @@ }, |
{ | ||
"name": "phone", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "With a given country and phone number, validate and format the phone number to E.164 standard", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
73884
0