awesome-phonenumber
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "Gustaf Räntilä <g.rantila@gmail.com>", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -5,3 +5,3 @@ # Awesome phonenumber parser | ||
Uses libphonenumber 7.5.2 | ||
Uses libphonenumber 7.7.0 | ||
@@ -12,3 +12,3 @@ ## Comparison with other libraries | ||
Among all the phone number libraries using Google's `libphonenumber`, only this one, `google-libphonenumber` (1.0.7) and `node-phonenumber` (0.2.2) had decent README's with examples. Other libraries embedding the closure compiler should get comparable figures. | ||
Among all the phone number libraries using Google's `libphonenumber`, only this one, `google-libphonenumber` (2.0.0) and `node-phonenumber` (0.2.2) had decent README's with examples. Other libraries embedding the closure compiler should get comparable figures. | ||
@@ -19,11 +19,11 @@ Loading the closure compiler also adds to the application memory usage (RSS is measured here). The library footprints are also bigger, making `npm install` slower and increasing deploy times. | ||
Action | awesome-phonenumber | google-libphonenumber | node-phonenumber | ||
Action | awesome-phonenumber (7.5.2) | google-libphonenumber (7.6.1) | node-phonenumber (7.5.2) | ||
------------------------- | ------------------- | --------------------- | ---------------- | ||
Load library first time | 18.51 ms | 32.8 ms | 82.4 ms | ||
Parse first phone number | 5.62 ms | 6.55 ms | 8.13 ms | ||
Parse second phone number | 0.22 ms | 0.7 ms | 0.89 ms | ||
Increased memory usage | 6.3 M | 13.1 M | 16.6 M | ||
node_modules size | 244 K | 2.3 M | 53 M | ||
node_modules files | 7 | 32 | 4355 | ||
time npm install | 0.7 s | 0.8 s | 5.8 s | ||
Load library first time | 20.84 ms | 60.99ms | 99.27 ms | ||
Parse first phone number | 5.79 ms | 6.51 ms | 8.15 ms | ||
Parse second phone number | 0.33 ms | 0.67 ms | 0.80 ms | ||
Increased memory usage | 7.3 M | 13.8 M | 22.5 M | ||
node_modules size | 248 K | 436 K | 57 M | ||
node_modules files | 7 | 7 | 4525 | ||
time npm install | 667 ms | 700 ms | 4077 ms | ||
@@ -30,0 +30,0 @@ ## Basic usage |
Sorry, the diff of this file is too big to display
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
239535
1006