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.2
to
0.1.3
+1
dist/__tests__/index.d.ts
export {};
import Reader, { Response } from 'mmdb-lib';
import { PluginMeta, PluginEvent, PluginAttachment } from '@posthog/plugin-scaffold';
interface Meta extends PluginMeta {
config: {
localhostIP: string;
};
attachments: {
maxmindMmdb?: PluginAttachment;
};
global: {
ipLookup?: Reader<Response>;
};
}
export declare function setupPlugin({ attachments, global }: Meta): Promise<void>;
export declare function processEvent(event: PluginEvent, { global, config }: Meta): PluginEvent;
export {};
+1
-1
{
"name": "@posthog/maxmind-plugin",
"version": "0.1.2",
"version": "0.1.3",
"description": "Ingest GeoIP data via MaxMind databases",

@@ -5,0 +5,0 @@ "main": "dist/index.js",