Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@posthog/maxmind-plugin

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@posthog/maxmind-plugin - npm Package Compare versions

Comparing version
0.1.4
to
0.1.5
+26
plugin.json
{
"name": "MaxMind GeoIP",
"url": "https://www.npmjs.com/package/@posthog/maxmind-plugin",
"description": "Ingest GeoIP data via MaxMind databases",
"main": "dist/index.js",
"config": [
{
"markdown": "Sign up for a [MaxMind.com](https://www.maxmind.com) account, download and extract the database and then upload the extracted `.mmdb` file below.\n\nYou can either download the large city databases (GeoIP2 City or GeoLite2 City) or the smaller country databases (e.g. GeoLite2 Country).\n\nSome PostHog installations might have problems loading the huge (70+MB) city databases, so unless you really need the additional data, we recommend installing the smaller (3MB) country database instead."
},
{
"key": "maxmindMmdb",
"name": "GeoIP .mddb database",
"type": "attachment",
"hint": "The \"GeoIP2 City\", \"GeoLite2 City\", \"GeoIP2 Country\", \"GeoLite2 Country\" .mmdb database file",
"required": true
},
{
"key": "localhostIP",
"name": "IP to use instead of 127.0.0.1",
"type": "string",
"hint": "Useful if testing locally",
"default": "",
"required": false
}
]
}
+2
-1
{
"name": "@posthog/maxmind-plugin",
"version": "0.1.4",
"version": "0.1.5",
"description": "Ingest GeoIP data via MaxMind databases",

@@ -14,2 +14,3 @@ "main": "dist/index.js",

"files": [
"plugin.json",
"dist",

@@ -16,0 +17,0 @@ "README.md",