Comparing version 2.11.2 to 2.12.0
{ | ||
"name": "maxmind", | ||
"version": "2.11.2", | ||
"version": "2.12.0", | ||
"homepage": "https://github.com/runk/node-maxmind", | ||
@@ -27,6 +27,6 @@ "description": "IP lookup using Maxmind databases", | ||
"big-integer": "^1.6.31", | ||
"tiny-lru": "^5.0.3" | ||
"tiny-lru": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "10.12.18", | ||
"@types/node": "10.12.20", | ||
"eslint": "2.13.1", | ||
@@ -38,5 +38,5 @@ "github-publish-release": "5.0.1", | ||
"nyc": "13.1.0", | ||
"sinon": "7.2.2", | ||
"tslint": "5.12.0", | ||
"typescript": "3.2.2" | ||
"sinon": "7.2.3", | ||
"tslint": "5.12.1", | ||
"typescript": "3.3.1" | ||
}, | ||
@@ -43,0 +43,0 @@ "repository": { |
@@ -5,4 +5,4 @@ node-maxmind [![Build Status](https://api.travis-ci.org/runk/node-maxmind.svg?branch=master)](https://travis-ci.org/runk/node-maxmind) | ||
Pure Javascript module for Geo IP lookup using Maxmind binary databases (aka mmdb or geoip2). | ||
Fastest Maxmind lookup library available - up to [17,000% faster](https://github.com/runk/node-maxmind-benchmark) than other libraries. Module has 100% test coverage with comprehensive test suite. It natively works with binary Maxmind database format and doesn't require any "CSV - {specific lib format}" conversions as some other modules do. Maxmind binary databases are highly optimized for size and performance so there's no point working with other than that format. | ||
Vanilla Javascript module for Geo IP lookup using Maxmind binary databases (aka mmdb or geoip2). | ||
Fastest Maxmind lookup library available - up to [17,000% faster](https://github.com/runk/node-maxmind-benchmark) than other libraries. Module has 100% test coverage with comprehensive test suite. It natively works with binary Maxmind database format and doesn't require any "CSV - {specific lib format}" conversions as some other modules do. Maxmind binary databases are highly optimized for size and performance so there's no point using other formats. | ||
@@ -9,0 +9,0 @@ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
36815
22
1
+ Addedtiny-lru@6.1.0(transitive)
- Removedtiny-lru@5.1.4(transitive)
Updatedtiny-lru@^6.0.0