From 2a7f4a283e3bc325e639205126cb93cfe5d356a9 Mon Sep 17 00:00:00 2001 From: Berun Date: Tue, 8 Sep 2020 18:11:48 +0200 Subject: [PATCH] Add Mixpanel version detection --- src/technologies.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 6806d9a7c..63dccf619 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -7718,7 +7718,10 @@ "js": { "mixpanel": "" }, - "scripts": "api\\.mixpanel\\.com/track", + "scripts": [ + "cdn\\.mxpnl\\.com/libs/mixpanel\\-([0-9.]+)\\.min\\.js\\;version:\\1", + "api\\.mixpanel\\.com/track" + ], "description": "Mixpanel provides a business analytics service. It tracks user interactions with web and mobile applications and provides tools for targeted communication with them. Its toolset contains in-app A/B tests and user survey forms.", "website": "https://mixpanel.com" },