New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

maxmind

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maxmind - npm Package Compare versions

Comparing version 2.11.2 to 2.12.0

.github/main.workflow

12

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc