@devmehq/phone-number-validator-js
Advanced tools
Comparing version 1.2.9 to 1.2.10-beta.1
@@ -17,2 +17,3 @@ export * from 'libphonenumber-js'; | ||
try { | ||
// | ||
if (!codeData[dataPath]) { | ||
@@ -22,2 +23,3 @@ var bData = readFileSync(dataPath); | ||
} | ||
// | ||
var data = codeData[dataPath]; | ||
@@ -24,0 +26,0 @@ var prefix = nationalNumber; |
@@ -19,2 +19,3 @@ 'use strict'; | ||
try { | ||
// | ||
if (!codeData[dataPath]) { | ||
@@ -24,2 +25,3 @@ var bData = fs.readFileSync(dataPath); | ||
} | ||
// | ||
var data = codeData[dataPath]; | ||
@@ -26,0 +28,0 @@ var prefix = nationalNumber; |
{ | ||
"name": "@devmehq/phone-number-validator-js", | ||
"version": "1.2.9", | ||
"version": "1.2.10-beta.1", | ||
"description": "Verify phone number, validate format, checking carrier name, geo and timezone infos.", | ||
@@ -44,13 +44,13 @@ "keywords": [ | ||
"bson": "^6.2.0", | ||
"libphonenumber-js": "^1.10.51" | ||
"libphonenumber-js": "^1.10.53" | ||
}, | ||
"devDependencies": { | ||
"@types/bson": "^4.2.0", | ||
"@types/jest": "^29.5.10", | ||
"@types/node": "^20.10.3", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "^20.10.6", | ||
"@types/shelljs": "^0.8.15", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.1.0", | ||
"prettier": "^3.1.1", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.6.1", | ||
"rollup": "^4.9.2", | ||
"rollup-plugin-typescript2": "^0.36.0", | ||
@@ -60,4 +60,4 @@ "shelljs": "^0.8.5", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.3.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
13068374
271
1
39
Updatedlibphonenumber-js@^1.10.53