Comparing version 1.0.5 to 1.0.6
@@ -38,3 +38,3 @@ 'use stricts'; | ||
{alpha2: "AX", alpha3: "ALA", country_code: "358", country_name: "Åland Islands", mobile_begin_with: ["18"], phone_number_lengths: [6, 7, 8]}, | ||
{alpha2: "AL", alpha3: "ALB", country_code: "355", country_name: "Albania", mobile_begin_with: ["6"], phone_number_lengths: [8]}, | ||
{alpha2: "AL", alpha3: "ALB", country_code: "355", country_name: "Albania", mobile_begin_with: ["6"], phone_number_lengths: [9]}, | ||
{alpha2: "AD", alpha3: "AND", country_code: "376", country_name: "Andorra", mobile_begin_with: ["3", "4", "6"], phone_number_lengths: [6]}, | ||
@@ -44,3 +44,3 @@ //{alpha2: "AN", alpha3: "ANT", country_code: "599", country_name: "Netherlands Antilles", mobile_begin_with: [], phone_number_lengths: []}, | ||
{alpha2: "AR", alpha3: "ARG", country_code: "54", country_name: "Argentina", mobile_begin_with: [], phone_number_lengths: [6, 7, 8, 9]}, | ||
{alpha2: "AM", alpha3: "ARM", country_code: "374", country_name: "Armenia", mobile_begin_with: ["5", "7", "9"], phone_number_lengths: [8]}, | ||
{alpha2: "AM", alpha3: "ARM", country_code: "374", country_name: "Armenia", mobile_begin_with: ["4", "5", "7", "9"], phone_number_lengths: [8]}, | ||
// http://www.howtocallabroad.com/results.php?callfrom=united_states&callto=american_samoa | ||
@@ -53,3 +53,3 @@ {alpha2: "AS", alpha3: "ASM", country_code: "1", country_name: "American Samoa", mobile_begin_with: ["684733", "684258"], phone_number_lengths: [10]}, | ||
{alpha2: "AU", alpha3: "AUS", country_code: "61", country_name: "Australia", mobile_begin_with: ["4"], phone_number_lengths: [9]}, | ||
{alpha2: "AT", alpha3: "AUT", country_code: "43", country_name: "Austria", mobile_begin_with: ["6"], phone_number_lengths: [10]}, | ||
{alpha2: "AT", alpha3: "AUT", country_code: "43", country_name: "Austria", mobile_begin_with: ["6"], phone_number_lengths: [10, 11, 12, 13, 14]}, | ||
{alpha2: "AZ", alpha3: "AZE", country_code: "994", country_name: "Azerbaijan", mobile_begin_with: ["4", "5", "6", "7"], phone_number_lengths: [9]}, | ||
@@ -270,3 +270,3 @@ {alpha2: "BI", alpha3: "BDI", country_code: "257", country_name: "Burundi", mobile_begin_with: ["7", "29"], phone_number_lengths: [8]}, | ||
{alpha2: "TK", alpha3: "TKL", country_code: "690", country_name: "Tokelau", mobile_begin_with: [], phone_number_lengths: [4]}, | ||
{alpha2: "TM", alpha3: "TKM", country_code: "993", country_name: "Turkmenistan", mobile_begin_with: [], phone_number_lengths: [8]}, | ||
{alpha2: "TM", alpha3: "TKM", country_code: "993", country_name: "Turkmenistan", mobile_begin_with: ["6"], phone_number_lengths: [8]}, | ||
{alpha2: "TL", alpha3: "TLS", country_code: "670", country_name: "Timor-Leste", mobile_begin_with: ["7"], phone_number_lengths: [8]}, | ||
@@ -273,0 +273,0 @@ {alpha2: "TO", alpha3: "TON", country_code: "676", country_name: "Tonga", mobile_begin_with: [], phone_number_lengths: [5]}, |
{ | ||
"name": "phone", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "With a given country and phone number, validate and format the phone number to E.164 standard", | ||
@@ -17,6 +17,6 @@ "main": "./lib/index", | ||
"type": "git", | ||
"url": "https://github.com/aftership/node-phone" | ||
"url": "https://github.com/aftership/phone" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/aftership/node-phone/issues" | ||
"url": "https://github.com/aftership/phone/issues" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
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
69558