Comparing version 3.1.50 to 3.1.51
@@ -1821,3 +1821,3 @@ "use strict"; | ||
country_name: 'Ukraine', | ||
mobile_begin_with: ['39', '50', '63', '66', '67', '68', '73', '9'], | ||
mobile_begin_with: ['39', '50', '63', '66', '67', '68', '73', '75', '9'], | ||
phone_number_lengths: [9] | ||
@@ -1824,0 +1824,0 @@ }, |
@@ -9,4 +9,2 @@ "use strict"; | ||
exports.phone = phone; | ||
exports.default = phone; | ||
exports.phone = phone; | ||
const country_phone_data_1 = __importDefault(require("./data/country_phone_data")); | ||
@@ -13,0 +11,0 @@ exports.countryPhoneData = country_phone_data_1.default; |
{ | ||
"name": "phone", | ||
"version": "3.1.50", | ||
"version": "3.1.51", | ||
"description": "With a given country and phone number, validate and format the phone number to E.164 standard", | ||
@@ -32,8 +32,8 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.25.3", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22.3.0", | ||
"@babel/preset-env": "^7.25.8", | ||
"@types/jest": "^29.5.13", | ||
"@types/node": "^22.7.5", | ||
"@types/papaparse": "^5.3.14", | ||
"babel-cli": "^6.26.0", | ||
"babel-loader": "^9.1.3", | ||
"babel-loader": "^9.2.1", | ||
"babel-minify-webpack-plugin": "^0.3.1", | ||
@@ -43,5 +43,5 @@ "babel-polyfill": "^6.26.0", | ||
"dotenv": "^16.4.5", | ||
"eslint": "^9.9.0", | ||
"eslint": "^9.12.0", | ||
"eslint-config-aftership": "^7.0.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-import": "^2.31.0", | ||
"idempotent-babel-polyfill": "^7.4.4", | ||
@@ -52,9 +52,9 @@ "jest": "^29.7.0", | ||
"rimraf": "^6.0.1", | ||
"ts-jest": "^29.2.4", | ||
"ts-jest": "^29.2.5", | ||
"ts-node": "^10.9.2", | ||
"twilio": "^5.2.2", | ||
"typescript": "^5.5.4", | ||
"webpack": "^5.93.0", | ||
"twilio": "^5.3.3", | ||
"typescript": "^5.6.3", | ||
"webpack": "^5.95.0", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^5.0.4" | ||
"webpack-dev-server": "^5.1.0" | ||
}, | ||
@@ -61,0 +61,0 @@ "keywords": [ |
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
87334
2330