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.1.2 to 2.1.3

20

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

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

],
"homepage": "https://github.com/sefinek24/geoip-lite2",
"homepage": "https://github.com/sefinek24/geoip-lite2#readme",
"bugs": {

@@ -36,7 +36,9 @@ "url": "https://github.com/sefinek24/geoip-lite2/issues"

"types": "index.d.ts",
"directories": {
"lib": "lib",
"test": "test",
"data": "data",
"utils": "utils"
},
"files": [
"data/",
"lib/",
"scripts/",
"test/",
".gitignore",

@@ -53,5 +55,5 @@ "AUTHORS",

"up": "ncu -u -x chalk && npm install && npm update && npm audit fix",
"updatedb": "node scripts/updatedb.js",
"updatedb-debug": "node scripts/updatedb.js debug",
"updatedb-force": "node scripts/updatedb.js force"
"updatedb": "node utils/updatedb.js",
"updatedb-debug": "node utils/updatedb.js debug",
"updatedb-force": "node utils/updatedb.js force"
},

@@ -58,0 +60,0 @@ "dependencies": {

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