libphonenumber-geo-carrier
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "libphonenumber-geo-carrier", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "This library includes the geocoding, carrier mapping and timezone mapping functionalities that are available in some of googles libphonenumber libraries but not in libphonenumber-js (a port of libphonenumber).", | ||
@@ -23,18 +23,18 @@ "main": "lib/index.js", | ||
"@types/bson": "^4.0.3", | ||
"@types/jest": "^26.0.22", | ||
"@types/node": "^14.14.37", | ||
"@types/jest": "^26.0.23", | ||
"@types/node": "^15.0.2", | ||
"@types/shelljs": "^0.8.8", | ||
"jest": "^26.6.3", | ||
"libphonenumber-js": "^1.9.15", | ||
"prettier": "^2.2.1", | ||
"libphonenumber-js": "^1.9.17", | ||
"prettier": "^2.3.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.44.0", | ||
"rollup": "^2.47.0", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"shelljs": "^0.8.4", | ||
"ts-jest": "^26.5.4", | ||
"tslib": "^2.1.0", | ||
"typescript": "^4.2.3" | ||
"ts-jest": "^26.5.6", | ||
"tslib": "^2.2.0", | ||
"typescript": "^4.2.4" | ||
}, | ||
"dependencies": { | ||
"bson": "^4.2.3" | ||
"bson": "^4.3.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "peerDependencies": { |
@@ -1,4 +0,5 @@ | ||
# Purpose of this library | ||
# Phonenumber geo-, carrier- and timezone infos | ||
This library includes the geocoding, carrier mapping and timezone mapping functionalities that are available in some of googles [libphonenumber](https://github.com/google/libphonenumber) libraries but not in [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) (a port of libphonenumber). | ||
To reduce the amount of data that needs to be loaded to geocode / carrier map a phonenumber for each mapping only the relevant number prefixes are loaded from a binary json file (BSON). | ||
@@ -8,3 +9,3 @@ When the prefix could not be found in the provided locale the library tries to fallback to `en` as locale. | ||
# Installation | ||
## Installation | ||
@@ -21,3 +22,3 @@ ```sh | ||
# Usage | ||
## Usage | ||
@@ -30,3 +31,3 @@ The available methods are: | ||
# Examples | ||
## Examples | ||
@@ -33,0 +34,0 @@ ```js |
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
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
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
51
13636461
Updatedbson@^4.3.0