Comparing version 3.1.43 to 3.1.44
@@ -1286,3 +1286,3 @@ "use strict"; | ||
country_name: 'Nicaragua', | ||
mobile_begin_with: ['8'], | ||
mobile_begin_with: ['7', '8'], | ||
phone_number_lengths: [8] | ||
@@ -1289,0 +1289,0 @@ }, |
{ | ||
"name": "phone", | ||
"version": "3.1.43", | ||
"version": "3.1.44", | ||
"description": "With a given country and phone number, validate and format the phone number to E.164 standard", | ||
@@ -34,3 +34,3 @@ "main": "./dist/index.js", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.12.11", | ||
"@types/node": "^20.12.12", | ||
"@types/papaparse": "^5.3.14", | ||
@@ -43,3 +43,3 @@ "babel-cli": "^6.26.0", | ||
"dotenv": "^16.4.5", | ||
"eslint": "^9.2.0", | ||
"eslint": "^9.3.0", | ||
"eslint-config-aftership": "^7.0.0", | ||
@@ -51,4 +51,4 @@ "eslint-plugin-import": "^2.29.1", | ||
"papaparse": "^5.4.1", | ||
"rimraf": "^5.0.5", | ||
"ts-jest": "^29.1.2", | ||
"rimraf": "^5.0.7", | ||
"ts-jest": "^29.1.3", | ||
"ts-node": "^10.9.2", | ||
@@ -59,3 +59,3 @@ "twilio": "^5.0.4", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^4.15.2" | ||
"webpack-dev-server": "^5.0.4" | ||
}, | ||
@@ -62,0 +62,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
86601