@posthog/maxmind-plugin
Advanced tools
| 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", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
202890
0.28%19
11.76%3251
0.53%