Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More β†’
Socket
Sign inDemoInstall
Socket

geoip-lite2

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geoip-lite2 - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

package.json
{
"name": "geoip-lite2",
"version": "2.0.2",
"version": "2.0.3",
"description": "A light weight native JavaScript implementation of GeoIP API from MaxMind.",

@@ -54,3 +54,3 @@ "keywords": [

"devDependencies": {
"eslint": "^8.46.0",
"eslint": "^8.48.0",
"mocha": "^10.2.0"

@@ -57,0 +57,0 @@ },

@@ -7,5 +7,5 @@ πŸ—ΊοΈ GeoIP-Lite2

[![Build Status](https://travis-ci.org/bluesmoon/node-geoip.svg?branch=master "node-geoip on Travis")](https://travis-ci.org/bluesmoon/node-geoip)
> **Note**
> You MUST update the data files after installation. The MaxMind license does not allow us to distribute the latest version of the data files with this package. Follow the instructions under update the datafiles for details.
πŸš€ Improved GeoIP Module by [Sefinek](https://sefinek.net)

@@ -12,0 +12,0 @@ ------------

@@ -38,6 +38,6 @@ const assert = require('assert');

assert.strictEqual(actual.country, 'JP');
assert.strictEqual(actual.region, '');
assert.strictEqual(actual.region, '13');
assert.strictEqual(actual.eu, '0');
assert.strictEqual(actual.timezone, 'Asia/Tokyo');
assert.strictEqual(actual.city, '');
assert.strictEqual(actual.city, 'Chiyoda-ku');
assert.ok(actual.ll);

@@ -44,0 +44,0 @@ assert.strictEqual(actual.metro, 0);

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

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