@nuxt/scripts 1.0.0-beta.3 → 1.0.0-beta.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/client/200.html +1 -1
- package/dist/client/404.html +1 -1
- package/dist/client/_nuxt/{Ds2G8aQM.js → AwAKM0sG.js} +1 -1
- package/dist/client/_nuxt/Bl23o3st.js +162 -0
- package/dist/client/_nuxt/{DdVDSbUA.js → CYlYSSNW.js} +1 -1
- package/dist/client/_nuxt/{CD5B-xvT.js → D5FIkDae.js} +1 -1
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/f0b4dd20-8496-4003-b7a3-05cbae515923.json +1 -0
- package/dist/client/_nuxt/entry.C5SUNdim.css +1 -0
- package/dist/client/_nuxt/error-404.1K8v8Su2.css +1 -0
- package/dist/client/_nuxt/error-500.B9qvKpQm.css +1 -0
- package/dist/client/index.html +1 -1
- package/dist/module.d.mts +7 -19
- package/dist/module.d.ts +164 -0
- package/dist/module.json +1 -1
- package/dist/module.mjs +935 -645
- package/dist/registry.d.ts +6 -0
- package/dist/registry.mjs +235 -69
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.d.vue.ts +16 -9
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue +57 -30
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue.d.ts +16 -9
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.d.vue.ts +22 -39
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.vue +69 -72
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.vue.d.ts +22 -39
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsCircle.d.vue.ts +5 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsCircle.vue +25 -38
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsCircle.vue.d.ts +5 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsGeoJson.d.vue.ts +43 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsGeoJson.vue +61 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsGeoJson.vue.d.ts +43 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsHeatmapLayer.d.vue.ts +4 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsHeatmapLayer.vue +22 -26
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsHeatmapLayer.vue.d.ts +4 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.d.vue.ts +9 -5
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.vue +62 -53
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsInfoWindow.vue.d.ts +9 -5
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.d.vue.ts +26 -11
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.vue +48 -45
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarker.vue.d.ts +26 -11
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.d.vue.ts +10 -2
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.vue +38 -37
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsMarkerClusterer.vue.d.ts +10 -2
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.d.vue.ts +63 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.vue +160 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.vue.d.ts +63 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPinElement.d.vue.ts +4 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPinElement.vue +23 -32
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPinElement.vue.d.ts +4 -0
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolygon.d.vue.ts +7 -3
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolygon.vue +24 -38
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolygon.vue.d.ts +7 -3
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolyline.d.vue.ts +7 -3
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolyline.vue +24 -38
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPolyline.vue.d.ts +7 -3
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsRectangle.d.vue.ts +7 -3
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsRectangle.vue +25 -38
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsRectangle.vue.d.ts +7 -3
- package/dist/runtime/components/GoogleMaps/bindGoogleMapsEvents.d.ts +13 -0
- package/dist/runtime/components/GoogleMaps/bindGoogleMapsEvents.js +8 -0
- package/dist/runtime/components/GoogleMaps/injectionKeys.d.ts +13 -0
- package/dist/runtime/components/GoogleMaps/injectionKeys.js +3 -0
- package/dist/runtime/components/GoogleMaps/useGoogleMapsResource.d.ts +26 -0
- package/dist/runtime/components/GoogleMaps/useGoogleMapsResource.js +42 -0
- package/dist/runtime/components/ScriptBlueskyEmbed.d.vue.ts +87 -0
- package/dist/runtime/components/ScriptBlueskyEmbed.vue +85 -0
- package/dist/runtime/components/ScriptBlueskyEmbed.vue.d.ts +87 -0
- package/dist/runtime/components/ScriptCrisp.vue +1 -1
- package/dist/runtime/components/ScriptGoogleAdsense.vue +1 -1
- package/dist/runtime/components/ScriptGravatar.d.vue.ts +22 -0
- package/dist/runtime/components/ScriptGravatar.vue +46 -0
- package/dist/runtime/components/ScriptGravatar.vue.d.ts +22 -0
- package/dist/runtime/components/ScriptInstagramEmbed.d.vue.ts +2 -2
- package/dist/runtime/components/ScriptInstagramEmbed.vue +5 -2
- package/dist/runtime/components/ScriptInstagramEmbed.vue.d.ts +2 -2
- package/dist/runtime/components/ScriptIntercom.vue +4 -3
- package/dist/runtime/components/ScriptPayPalButtons.d.vue.ts +43 -32
- package/dist/runtime/components/ScriptPayPalButtons.vue +48 -79
- package/dist/runtime/components/ScriptPayPalButtons.vue.d.ts +43 -32
- package/dist/runtime/components/ScriptPayPalMessages.d.vue.ts +37 -23
- package/dist/runtime/components/ScriptPayPalMessages.vue +46 -50
- package/dist/runtime/components/ScriptPayPalMessages.vue.d.ts +37 -23
- package/dist/runtime/components/ScriptStripePricingTable.vue +2 -2
- package/dist/runtime/components/ScriptVimeoPlayer.d.vue.ts +9 -0
- package/dist/runtime/components/ScriptVimeoPlayer.vue +13 -10
- package/dist/runtime/components/ScriptVimeoPlayer.vue.d.ts +9 -0
- package/dist/runtime/components/ScriptXEmbed.d.vue.ts +2 -2
- package/dist/runtime/components/ScriptXEmbed.vue +6 -3
- package/dist/runtime/components/ScriptXEmbed.vue.d.ts +2 -2
- package/dist/runtime/components/ScriptYouTubePlayer.d.vue.ts +2 -2
- package/dist/runtime/components/ScriptYouTubePlayer.vue +11 -5
- package/dist/runtime/components/ScriptYouTubePlayer.vue.d.ts +2 -2
- package/dist/runtime/composables/useScript.js +13 -6
- package/dist/runtime/composables/useScriptEventPage.js +2 -2
- package/dist/runtime/composables/useScriptTriggerConsent.d.ts +10 -0
- package/dist/runtime/composables/useScriptTriggerConsent.js +33 -20
- package/dist/runtime/composables/useScriptTriggerElement.js +1 -1
- package/dist/runtime/composables/useScriptTriggerIdleTimeout.js +1 -1
- package/dist/runtime/registry/bing-uet.d.ts +20 -0
- package/dist/runtime/registry/bing-uet.js +29 -0
- package/dist/runtime/registry/bluesky-embed.d.ts +116 -0
- package/dist/runtime/registry/bluesky-embed.js +72 -0
- package/dist/runtime/registry/clarity.d.ts +10 -15
- package/dist/runtime/registry/clarity.js +22 -31
- package/dist/runtime/registry/cloudflare-web-analytics.d.ts +2 -13
- package/dist/runtime/registry/cloudflare-web-analytics.js +2 -14
- package/dist/runtime/registry/crisp.d.ts +10 -40
- package/dist/runtime/registry/crisp.js +2 -33
- package/dist/runtime/registry/databuddy-analytics.d.ts +2 -35
- package/dist/runtime/registry/databuddy-analytics.js +20 -45
- package/dist/runtime/registry/fathom-analytics.d.ts +7 -26
- package/dist/runtime/registry/fathom-analytics.js +2 -24
- package/dist/runtime/registry/google-adsense.d.ts +3 -11
- package/dist/runtime/registry/google-adsense.js +2 -11
- package/dist/runtime/registry/google-analytics.d.ts +3 -5
- package/dist/runtime/registry/google-analytics.js +3 -8
- package/dist/runtime/registry/google-maps.d.ts +3 -9
- package/dist/runtime/registry/google-maps.js +2 -8
- package/dist/runtime/registry/google-recaptcha.d.ts +2 -6
- package/dist/runtime/registry/google-recaptcha.js +4 -12
- package/dist/runtime/registry/google-sign-in.d.ts +2 -13
- package/dist/runtime/registry/google-sign-in.js +2 -22
- package/dist/runtime/registry/google-tag-manager.d.ts +3 -28
- package/dist/runtime/registry/google-tag-manager.js +4 -27
- package/dist/runtime/registry/gravatar.d.ts +26 -0
- package/dist/runtime/registry/gravatar.js +33 -0
- package/dist/runtime/registry/hotjar.d.ts +4 -6
- package/dist/runtime/registry/hotjar.js +2 -5
- package/dist/runtime/registry/instagram-embed.d.ts +3 -18
- package/dist/runtime/registry/instagram-embed.js +4 -19
- package/dist/runtime/registry/intercom.d.ts +4 -12
- package/dist/runtime/registry/intercom.js +2 -12
- package/dist/runtime/registry/matomo-analytics.d.ts +3 -12
- package/dist/runtime/registry/matomo-analytics.js +3 -12
- package/dist/runtime/registry/meta-pixel.d.ts +4 -6
- package/dist/runtime/registry/meta-pixel.js +2 -4
- package/dist/runtime/registry/mixpanel-analytics.d.ts +22 -0
- package/dist/runtime/registry/mixpanel-analytics.js +46 -0
- package/dist/runtime/registry/npm.d.ts +3 -7
- package/dist/runtime/registry/npm.js +2 -9
- package/dist/runtime/registry/paypal.d.ts +4 -25
- package/dist/runtime/registry/paypal.js +3 -66
- package/dist/runtime/registry/plausible-analytics.js +18 -13
- package/dist/runtime/registry/posthog.d.ts +10 -12
- package/dist/runtime/registry/posthog.js +7 -14
- package/dist/runtime/registry/reddit-pixel.d.ts +5 -6
- package/dist/runtime/registry/reddit-pixel.js +2 -4
- package/dist/runtime/registry/rybbit-analytics.d.ts +2 -14
- package/dist/runtime/registry/rybbit-analytics.js +10 -20
- package/dist/runtime/registry/schemas.d.ts +982 -0
- package/dist/runtime/registry/schemas.js +937 -0
- package/dist/runtime/registry/segment.d.ts +2 -5
- package/dist/runtime/registry/segment.js +2 -5
- package/dist/runtime/registry/snapchat-pixel.d.ts +4 -33
- package/dist/runtime/registry/snapchat-pixel.js +2 -20
- package/dist/runtime/registry/stripe.d.ts +3 -4
- package/dist/runtime/registry/stripe.js +2 -4
- package/dist/runtime/registry/tiktok-pixel.d.ts +4 -7
- package/dist/runtime/registry/tiktok-pixel.js +2 -6
- package/dist/runtime/registry/umami-analytics.d.ts +2 -31
- package/dist/runtime/registry/umami-analytics.js +2 -36
- package/dist/runtime/registry/vercel-analytics.d.ts +29 -0
- package/dist/runtime/registry/vercel-analytics.js +84 -0
- package/dist/runtime/registry/vimeo-player.d.ts +2 -2
- package/dist/runtime/registry/vimeo-player.js +1 -1
- package/dist/runtime/registry/x-embed.d.ts +3 -17
- package/dist/runtime/registry/x-embed.js +3 -18
- package/dist/runtime/registry/x-pixel.d.ts +4 -7
- package/dist/runtime/registry/x-pixel.js +2 -5
- package/dist/runtime/registry/youtube-player.d.ts +7 -7
- package/dist/runtime/registry/youtube-player.js +1 -1
- package/dist/runtime/server/{sw-handler.d.ts → bluesky-embed-image.d.ts} +1 -1
- package/dist/runtime/server/bluesky-embed-image.js +7 -0
- package/dist/runtime/server/bluesky-embed.d.ts +16 -0
- package/dist/runtime/server/bluesky-embed.js +59 -0
- package/dist/runtime/server/google-maps-geocode-proxy.d.ts +2 -0
- package/dist/runtime/server/google-maps-geocode-proxy.js +34 -0
- package/dist/runtime/server/google-static-maps-proxy.js +2 -13
- package/dist/runtime/server/gravatar-proxy.d.ts +2 -0
- package/dist/runtime/server/gravatar-proxy.js +46 -0
- package/dist/runtime/server/instagram-embed-asset.js +8 -41
- package/dist/runtime/server/instagram-embed-image.js +6 -53
- package/dist/runtime/server/instagram-embed.d.ts +16 -0
- package/dist/runtime/server/instagram-embed.js +173 -35
- package/dist/runtime/server/proxy-handler.js +134 -93
- package/dist/runtime/server/utils/image-proxy.d.ts +12 -0
- package/dist/runtime/server/utils/image-proxy.js +70 -0
- package/dist/runtime/server/utils/privacy.d.ts +1 -2
- package/dist/runtime/server/utils/privacy.js +54 -34
- package/dist/runtime/server/x-embed-image.js +5 -49
- package/dist/runtime/server/x-embed.js +3 -2
- package/dist/runtime/types.d.ts +74 -40
- package/dist/runtime/utils/pure.d.ts +1 -5
- package/dist/runtime/utils/pure.js +0 -67
- package/dist/runtime/utils.d.ts +4 -3
- package/dist/runtime/utils.js +24 -10
- package/dist/shared/scripts.ViOoYQXH.mjs +381 -0
- package/dist/stats.d.mts +202 -0
- package/dist/stats.d.ts +202 -0
- package/dist/stats.mjs +3868 -0
- package/dist/types-source.d.mts +17 -0
- package/dist/types-source.d.ts +17 -0
- package/dist/types-source.mjs +3600 -0
- package/package.json +52 -38
- package/dist/client/_nuxt/D-kOnTuH.js +0 -162
- package/dist/client/_nuxt/builds/meta/f1474569-6922-450d-bc3f-4fd5f3e1391a.json +0 -1
- package/dist/client/_nuxt/entry.D45OuV0w.css +0 -1
- package/dist/client/_nuxt/error-404.B57D-jUQ.css +0 -1
- package/dist/client/_nuxt/error-500.DTHUW7BI.css +0 -1
- package/dist/runtime/components/ScriptPayPalMarks.d.vue.ts +0 -52
- package/dist/runtime/components/ScriptPayPalMarks.vue +0 -69
- package/dist/runtime/components/ScriptPayPalMarks.vue.d.ts +0 -52
- package/dist/runtime/plugins/sw-register.client.d.ts +0 -2
- package/dist/runtime/plugins/sw-register.client.js +0 -12
- package/dist/runtime/server/sw-handler.js +0 -25
- package/dist/runtime/sw/proxy-sw.template.d.ts +0 -1
- package/dist/runtime/sw/proxy-sw.template.js +0 -54
|
@@ -0,0 +1,381 @@
|
|
|
1
|
+
const GA_COLLECT_RE = /([\w$])?"https:\/\/"\+\(.*?\)\+"\.google-analytics\.com\/g\/collect"/g;
|
|
2
|
+
const GA_ANALYTICS_COLLECT_RE = /([\w$])?"https:\/\/"\+\(.*?\)\+"\.analytics\.google\.com\/g\/collect"/g;
|
|
3
|
+
const FATHOM_SELF_HOSTED_RE = /\.src\.indexOf\("cdn\.usefathom\.com"\)\s*<\s*0/;
|
|
4
|
+
const RYBBIT_HOST_SPLIT_RE = /\w+\.split\(["']\/script\.js["']\)\[0\]/g;
|
|
5
|
+
const PRIVACY_NONE = { ip: false, userAgent: false, language: false, screen: false, timezone: false, hardware: false };
|
|
6
|
+
const PRIVACY_FULL = { ip: true, userAgent: true, language: true, screen: true, timezone: true, hardware: true };
|
|
7
|
+
const PRIVACY_HEATMAP = { ip: true, userAgent: false, language: true, screen: false, timezone: false, hardware: true };
|
|
8
|
+
const PRIVACY_IP_ONLY = { ip: true, userAgent: false, language: false, screen: false, timezone: false, hardware: false };
|
|
9
|
+
function deriveRewrites(domains, proxyPrefix) {
|
|
10
|
+
return domains.map(([domain, alias]) => ({
|
|
11
|
+
from: domain,
|
|
12
|
+
to: `${proxyPrefix}/${alias}`
|
|
13
|
+
}));
|
|
14
|
+
}
|
|
15
|
+
function deriveRoutes(domains, proxyPrefix) {
|
|
16
|
+
const routes = {};
|
|
17
|
+
const seen = /* @__PURE__ */ new Set();
|
|
18
|
+
for (const [domain, alias] of domains) {
|
|
19
|
+
if (seen.has(alias))
|
|
20
|
+
continue;
|
|
21
|
+
seen.add(alias);
|
|
22
|
+
routes[`${proxyPrefix}/${alias}/**`] = { proxy: `https://${domain}/**` };
|
|
23
|
+
}
|
|
24
|
+
return routes;
|
|
25
|
+
}
|
|
26
|
+
function fromDomains(domains, proxyPrefix, opts) {
|
|
27
|
+
const { extraRewrites, ...rest } = opts;
|
|
28
|
+
const rewrites = deriveRewrites(domains, proxyPrefix);
|
|
29
|
+
if (extraRewrites) {
|
|
30
|
+
for (const r of extraRewrites)
|
|
31
|
+
rewrites.push({ from: r.from, to: `${proxyPrefix}/${r.to}` });
|
|
32
|
+
}
|
|
33
|
+
return { rewrite: rewrites, routes: deriveRoutes(domains, proxyPrefix), ...rest };
|
|
34
|
+
}
|
|
35
|
+
function buildProxyConfig(proxyPrefix) {
|
|
36
|
+
return {
|
|
37
|
+
googleAnalytics: fromDomains(
|
|
38
|
+
[
|
|
39
|
+
["www.google-analytics.com", "ga"],
|
|
40
|
+
["analytics.google.com", "ga"],
|
|
41
|
+
["stats.g.doubleclick.net", "ga-dc"],
|
|
42
|
+
["pagead2.googlesyndication.com", "ga-syn"],
|
|
43
|
+
["www.googleadservices.com", "ga-ads"],
|
|
44
|
+
["googleads.g.doubleclick.net", "ga-gads"]
|
|
45
|
+
],
|
|
46
|
+
proxyPrefix,
|
|
47
|
+
{
|
|
48
|
+
// GA4: screen/timezone/UA needed for device, time, and OS reports; rest anonymized safely
|
|
49
|
+
privacy: PRIVACY_HEATMAP,
|
|
50
|
+
extraRewrites: [
|
|
51
|
+
// Modern gtag.js uses www.google.com/g/collect
|
|
52
|
+
{ from: "www.google.com/g/collect", to: "ga/g/collect" },
|
|
53
|
+
// Suffix patterns for dynamically constructed URLs
|
|
54
|
+
{ from: ".google-analytics.com/g/collect", to: "ga/g/collect" },
|
|
55
|
+
{ from: ".analytics.google.com/g/collect", to: "ga/g/collect" },
|
|
56
|
+
// Full domain + path patterns
|
|
57
|
+
{ from: "www.google-analytics.com/g/collect", to: "ga/g/collect" },
|
|
58
|
+
{ from: "analytics.google.com/g/collect", to: "ga/g/collect" },
|
|
59
|
+
// DoubleClick collect endpoint
|
|
60
|
+
{ from: "stats.g.doubleclick.net/g/collect", to: "ga/g/collect" }
|
|
61
|
+
],
|
|
62
|
+
// GA4 dynamically constructs collect URLs via string concatenation that can't be
|
|
63
|
+
// caught by AST rewriting. These regex patches handle the remaining patterns.
|
|
64
|
+
postProcess(output, rewrites) {
|
|
65
|
+
const gaRewrite = rewrites.find((r) => r.from.includes("google-analytics.com/g/collect"));
|
|
66
|
+
if (gaRewrite) {
|
|
67
|
+
output = output.replace(
|
|
68
|
+
GA_COLLECT_RE,
|
|
69
|
+
(_, prevChar) => `${prevChar ? `${prevChar} ` : ""}self.location.origin+"${gaRewrite.to}"`
|
|
70
|
+
);
|
|
71
|
+
output = output.replace(
|
|
72
|
+
GA_ANALYTICS_COLLECT_RE,
|
|
73
|
+
(_, prevChar) => `${prevChar ? `${prevChar} ` : ""}self.location.origin+"${gaRewrite.to}"`
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
return output;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
),
|
|
80
|
+
googleTagManager: fromDomains(
|
|
81
|
+
[["www.googletagmanager.com", "gtm"]],
|
|
82
|
+
proxyPrefix,
|
|
83
|
+
{ privacy: PRIVACY_NONE }
|
|
84
|
+
),
|
|
85
|
+
metaPixel: fromDomains(
|
|
86
|
+
[
|
|
87
|
+
["connect.facebook.net", "meta"],
|
|
88
|
+
["www.facebook.com/tr", "meta-tr"],
|
|
89
|
+
["facebook.com/tr", "meta-tr"],
|
|
90
|
+
["pixel.facebook.com", "meta-px"],
|
|
91
|
+
["www.facebook.com/plugins", "meta-plugins"]
|
|
92
|
+
],
|
|
93
|
+
proxyPrefix,
|
|
94
|
+
{ privacy: PRIVACY_FULL }
|
|
95
|
+
),
|
|
96
|
+
tiktokPixel: fromDomains(
|
|
97
|
+
[["analytics.tiktok.com", "tiktok"]],
|
|
98
|
+
proxyPrefix,
|
|
99
|
+
{ privacy: PRIVACY_FULL }
|
|
100
|
+
),
|
|
101
|
+
segment: fromDomains(
|
|
102
|
+
[
|
|
103
|
+
["api.segment.io", "segment"],
|
|
104
|
+
["cdn.segment.com", "segment-cdn"]
|
|
105
|
+
],
|
|
106
|
+
proxyPrefix,
|
|
107
|
+
{ privacy: PRIVACY_NONE }
|
|
108
|
+
),
|
|
109
|
+
xPixel: fromDomains(
|
|
110
|
+
[
|
|
111
|
+
["analytics.twitter.com", "x"],
|
|
112
|
+
["static.ads-twitter.com", "x-ads"],
|
|
113
|
+
["t.co", "x-t"]
|
|
114
|
+
],
|
|
115
|
+
proxyPrefix,
|
|
116
|
+
{ privacy: PRIVACY_FULL }
|
|
117
|
+
),
|
|
118
|
+
snapchatPixel: fromDomains(
|
|
119
|
+
[
|
|
120
|
+
["sc-static.net", "snap-cdn"],
|
|
121
|
+
["tr.snapchat.com", "snap"],
|
|
122
|
+
["pixel.tapad.com", "snap-tapad"]
|
|
123
|
+
],
|
|
124
|
+
proxyPrefix,
|
|
125
|
+
{ privacy: PRIVACY_FULL }
|
|
126
|
+
),
|
|
127
|
+
redditPixel: fromDomains(
|
|
128
|
+
[
|
|
129
|
+
["www.redditstatic.com", "reddit-cdn"],
|
|
130
|
+
["alb.reddit.com", "reddit"],
|
|
131
|
+
["pixel-config.reddit.com", "reddit-cfg"]
|
|
132
|
+
],
|
|
133
|
+
proxyPrefix,
|
|
134
|
+
{ privacy: PRIVACY_FULL }
|
|
135
|
+
),
|
|
136
|
+
clarity: fromDomains(
|
|
137
|
+
[
|
|
138
|
+
["www.clarity.ms", "clarity"],
|
|
139
|
+
["scripts.clarity.ms", "clarity-scripts"],
|
|
140
|
+
["d.clarity.ms", "clarity-data"],
|
|
141
|
+
["e.clarity.ms", "clarity-events"],
|
|
142
|
+
["k.clarity.ms", "clarity-collect"]
|
|
143
|
+
],
|
|
144
|
+
proxyPrefix,
|
|
145
|
+
{ privacy: PRIVACY_HEATMAP }
|
|
146
|
+
),
|
|
147
|
+
posthog: {
|
|
148
|
+
// No rewrites needed - PostHog uses NPM mode, SDK URLs are set via api_host config
|
|
149
|
+
privacy: PRIVACY_NONE,
|
|
150
|
+
routes: {
|
|
151
|
+
// US region
|
|
152
|
+
[`${proxyPrefix}/ph/static/**`]: { proxy: "https://us-assets.i.posthog.com/static/**" },
|
|
153
|
+
[`${proxyPrefix}/ph/**`]: { proxy: "https://us.i.posthog.com/**" },
|
|
154
|
+
// EU region
|
|
155
|
+
[`${proxyPrefix}/ph-eu/static/**`]: { proxy: "https://eu-assets.i.posthog.com/static/**" },
|
|
156
|
+
[`${proxyPrefix}/ph-eu/**`]: { proxy: "https://eu.i.posthog.com/**" }
|
|
157
|
+
},
|
|
158
|
+
autoInject: {
|
|
159
|
+
configField: "apiHost",
|
|
160
|
+
computeValue: (proxyPrefix2, config) => {
|
|
161
|
+
const region = config.region || "us";
|
|
162
|
+
return region === "eu" ? `${proxyPrefix2}/ph-eu` : `${proxyPrefix2}/ph`;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
hotjar: fromDomains(
|
|
167
|
+
[
|
|
168
|
+
["static.hotjar.com", "hotjar"],
|
|
169
|
+
["script.hotjar.com", "hotjar-script"],
|
|
170
|
+
["vars.hotjar.com", "hotjar-vars"],
|
|
171
|
+
["in.hotjar.com", "hotjar-in"],
|
|
172
|
+
["vc.hotjar.com", "hotjar-vc"],
|
|
173
|
+
["vc.hotjar.io", "hotjar-vc"],
|
|
174
|
+
["metrics.hotjar.io", "hotjar-metrics"],
|
|
175
|
+
["insights.hotjar.com", "hotjar-insights"],
|
|
176
|
+
["ask.hotjar.io", "hotjar-ask"],
|
|
177
|
+
["events.hotjar.io", "hotjar-events"],
|
|
178
|
+
["identify.hotjar.com", "hotjar-identify"],
|
|
179
|
+
["surveystats.hotjar.io", "hotjar-surveys"]
|
|
180
|
+
],
|
|
181
|
+
proxyPrefix,
|
|
182
|
+
{ privacy: PRIVACY_HEATMAP }
|
|
183
|
+
),
|
|
184
|
+
plausibleAnalytics: fromDomains(
|
|
185
|
+
[["plausible.io", "plausible"]],
|
|
186
|
+
proxyPrefix,
|
|
187
|
+
{
|
|
188
|
+
privacy: PRIVACY_NONE,
|
|
189
|
+
autoInject: {
|
|
190
|
+
configField: "endpoint",
|
|
191
|
+
computeValue: (proxyPrefix2) => `${proxyPrefix2}/plausible/api/event`
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
),
|
|
195
|
+
cloudflareWebAnalytics: fromDomains(
|
|
196
|
+
[
|
|
197
|
+
["static.cloudflareinsights.com", "cfwa"],
|
|
198
|
+
["cloudflareinsights.com", "cfwa-beacon"]
|
|
199
|
+
],
|
|
200
|
+
proxyPrefix,
|
|
201
|
+
{ privacy: PRIVACY_NONE }
|
|
202
|
+
),
|
|
203
|
+
rybbitAnalytics: fromDomains(
|
|
204
|
+
[["app.rybbit.io", "rybbit"]],
|
|
205
|
+
proxyPrefix,
|
|
206
|
+
{
|
|
207
|
+
privacy: PRIVACY_NONE,
|
|
208
|
+
autoInject: {
|
|
209
|
+
configField: "analyticsHost",
|
|
210
|
+
computeValue: (proxyPrefix2) => `${proxyPrefix2}/rybbit/api`
|
|
211
|
+
},
|
|
212
|
+
// Rybbit SDK derives API host via `e.split("/script.js")[0]` from the script tag's
|
|
213
|
+
// src attribute. When bundled, src becomes /_scripts/assets/<hash>.js so the split fails.
|
|
214
|
+
postProcess(output, rewrites) {
|
|
215
|
+
const rybbitRewrite = rewrites.find((r) => r.from === "app.rybbit.io");
|
|
216
|
+
if (rybbitRewrite) {
|
|
217
|
+
output = output.replace(
|
|
218
|
+
RYBBIT_HOST_SPLIT_RE,
|
|
219
|
+
`self.location.origin+"${rybbitRewrite.to}/api"`
|
|
220
|
+
);
|
|
221
|
+
}
|
|
222
|
+
return output;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
),
|
|
226
|
+
umamiAnalytics: fromDomains(
|
|
227
|
+
[["cloud.umami.is", "umami"]],
|
|
228
|
+
proxyPrefix,
|
|
229
|
+
{
|
|
230
|
+
privacy: PRIVACY_NONE,
|
|
231
|
+
extraRewrites: [
|
|
232
|
+
{ from: "api-gateway.umami.dev", to: "umami" }
|
|
233
|
+
],
|
|
234
|
+
autoInject: {
|
|
235
|
+
configField: "hostUrl",
|
|
236
|
+
computeValue: (proxyPrefix2) => `${proxyPrefix2}/umami`
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
),
|
|
240
|
+
databuddyAnalytics: fromDomains(
|
|
241
|
+
[
|
|
242
|
+
["cdn.databuddy.cc", "databuddy"],
|
|
243
|
+
["basket.databuddy.cc", "databuddy-api"]
|
|
244
|
+
],
|
|
245
|
+
proxyPrefix,
|
|
246
|
+
{
|
|
247
|
+
privacy: PRIVACY_NONE,
|
|
248
|
+
autoInject: {
|
|
249
|
+
configField: "apiUrl",
|
|
250
|
+
computeValue: (proxyPrefix2) => `${proxyPrefix2}/databuddy-api`
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
),
|
|
254
|
+
fathomAnalytics: fromDomains(
|
|
255
|
+
[["cdn.usefathom.com", "fathom"]],
|
|
256
|
+
proxyPrefix,
|
|
257
|
+
{
|
|
258
|
+
privacy: PRIVACY_NONE,
|
|
259
|
+
// Fathom SDK checks if script src contains "cdn.usefathom.com" to detect self-hosted
|
|
260
|
+
// mode, then overrides trackerUrl with the script host's root. After AST rewrite already
|
|
261
|
+
// set trackerUrl to the proxy URL, neutralize this check so it doesn't override it.
|
|
262
|
+
postProcess(output) {
|
|
263
|
+
return output.replace(
|
|
264
|
+
FATHOM_SELF_HOSTED_RE,
|
|
265
|
+
'.src.indexOf("cdn.usefathom.com")<-1'
|
|
266
|
+
);
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
),
|
|
270
|
+
intercom: fromDomains(
|
|
271
|
+
[
|
|
272
|
+
["widget.intercom.io", "intercom"],
|
|
273
|
+
["api-iam.intercom.io", "intercom-api"],
|
|
274
|
+
["api-iam.eu.intercom.io", "intercom-api-eu"],
|
|
275
|
+
["api-iam.au.intercom.io", "intercom-api-au"],
|
|
276
|
+
["js.intercomcdn.com", "intercom-cdn"],
|
|
277
|
+
["downloads.intercomcdn.com", "intercom-downloads"],
|
|
278
|
+
["video-messages.intercomcdn.com", "intercom-video"]
|
|
279
|
+
],
|
|
280
|
+
proxyPrefix,
|
|
281
|
+
{ privacy: PRIVACY_IP_ONLY }
|
|
282
|
+
),
|
|
283
|
+
crisp: fromDomains(
|
|
284
|
+
[
|
|
285
|
+
["client.crisp.chat", "crisp"],
|
|
286
|
+
["client.relay.crisp.chat", "crisp-relay"],
|
|
287
|
+
["assets.crisp.chat", "crisp-assets"],
|
|
288
|
+
["go.crisp.chat", "crisp-go"],
|
|
289
|
+
["image.crisp.chat", "crisp-image"]
|
|
290
|
+
],
|
|
291
|
+
proxyPrefix,
|
|
292
|
+
{ privacy: PRIVACY_IP_ONLY }
|
|
293
|
+
),
|
|
294
|
+
vercelAnalytics: fromDomains(
|
|
295
|
+
[["va.vercel-scripts.com", "vercel"]],
|
|
296
|
+
proxyPrefix,
|
|
297
|
+
{ privacy: PRIVACY_NONE }
|
|
298
|
+
),
|
|
299
|
+
gravatar: fromDomains(
|
|
300
|
+
[
|
|
301
|
+
["secure.gravatar.com", "gravatar"],
|
|
302
|
+
["gravatar.com/avatar", "gravatar-avatar"]
|
|
303
|
+
],
|
|
304
|
+
proxyPrefix,
|
|
305
|
+
{ privacy: PRIVACY_IP_ONLY }
|
|
306
|
+
),
|
|
307
|
+
carbonAds: fromDomains(
|
|
308
|
+
[["cdn.carbonads.com", "carbon"]],
|
|
309
|
+
proxyPrefix,
|
|
310
|
+
{ privacy: PRIVACY_NONE }
|
|
311
|
+
),
|
|
312
|
+
lemonSqueezy: fromDomains(
|
|
313
|
+
[["assets.lemonsqueezy.com", "lemonsqueezy"]],
|
|
314
|
+
proxyPrefix,
|
|
315
|
+
{ privacy: PRIVACY_NONE }
|
|
316
|
+
),
|
|
317
|
+
matomoAnalytics: fromDomains(
|
|
318
|
+
[["cdn.matomo.cloud", "matomo"]],
|
|
319
|
+
proxyPrefix,
|
|
320
|
+
{ privacy: PRIVACY_NONE }
|
|
321
|
+
),
|
|
322
|
+
stripe: fromDomains(
|
|
323
|
+
[["js.stripe.com", "stripe"]],
|
|
324
|
+
proxyPrefix,
|
|
325
|
+
{ privacy: PRIVACY_IP_ONLY }
|
|
326
|
+
),
|
|
327
|
+
paypal: fromDomains(
|
|
328
|
+
[["www.paypal.com", "paypal"]],
|
|
329
|
+
proxyPrefix,
|
|
330
|
+
{ privacy: PRIVACY_IP_ONLY }
|
|
331
|
+
),
|
|
332
|
+
youtubePlayer: fromDomains(
|
|
333
|
+
[["www.youtube.com", "youtube"]],
|
|
334
|
+
proxyPrefix,
|
|
335
|
+
{ privacy: PRIVACY_IP_ONLY }
|
|
336
|
+
),
|
|
337
|
+
vimeoPlayer: fromDomains(
|
|
338
|
+
[["player.vimeo.com", "vimeo"]],
|
|
339
|
+
proxyPrefix,
|
|
340
|
+
{ privacy: PRIVACY_IP_ONLY }
|
|
341
|
+
),
|
|
342
|
+
googleRecaptcha: {
|
|
343
|
+
privacy: PRIVACY_IP_ONLY,
|
|
344
|
+
rewrite: [
|
|
345
|
+
{ from: "www.gstatic.com", to: `${proxyPrefix}/gstatic` },
|
|
346
|
+
// www.google.com is shared with GA — only rewrite /recaptcha paths
|
|
347
|
+
{ from: "www.google.com/recaptcha", to: `${proxyPrefix}/grecaptcha` },
|
|
348
|
+
{ from: "www.recaptcha.net/recaptcha", to: `${proxyPrefix}/grecaptcha` }
|
|
349
|
+
],
|
|
350
|
+
routes: {
|
|
351
|
+
[`${proxyPrefix}/gstatic/**`]: { proxy: "https://www.gstatic.com/**" },
|
|
352
|
+
[`${proxyPrefix}/grecaptcha/**`]: { proxy: "https://www.google.com/recaptcha/**" }
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
googleSignIn: fromDomains(
|
|
356
|
+
[["accounts.google.com", "gsignin"]],
|
|
357
|
+
proxyPrefix,
|
|
358
|
+
{ privacy: PRIVACY_IP_ONLY }
|
|
359
|
+
)
|
|
360
|
+
};
|
|
361
|
+
}
|
|
362
|
+
function getAllProxyConfigs(proxyPrefix) {
|
|
363
|
+
return buildProxyConfig(proxyPrefix);
|
|
364
|
+
}
|
|
365
|
+
const PROXY_URL_RE = /^https?:\/\/([^/]+)(\/.*)?\/\*\*$/;
|
|
366
|
+
const ROUTE_WILDCARD_RE = /\/\*\*$/;
|
|
367
|
+
function routesToInterceptRules(routes) {
|
|
368
|
+
const rules = [];
|
|
369
|
+
for (const [localPath, { proxy }] of Object.entries(routes)) {
|
|
370
|
+
const match = proxy.match(PROXY_URL_RE);
|
|
371
|
+
if (match?.[1]) {
|
|
372
|
+
const domain = match[1];
|
|
373
|
+
const pathPrefix = match[2] || "";
|
|
374
|
+
const target = localPath.replace(ROUTE_WILDCARD_RE, "");
|
|
375
|
+
rules.push({ pattern: domain, pathPrefix, target });
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
return rules;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
export { getAllProxyConfigs as g, routesToInterceptRules as r };
|
package/dist/stats.d.mts
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
type TrackedDataType = 'page-views' | 'events' | 'conversions' | 'user-identity' | 'session-replay' | 'heatmaps' | 'clicks' | 'scrolls' | 'retargeting' | 'audiences' | 'form-submissions' | 'video-engagement' | 'transactions' | 'errors' | 'tag-injection' | 'ab-testing';
|
|
2
|
+
|
|
3
|
+
interface ScriptPrivacy {
|
|
4
|
+
ip: boolean;
|
|
5
|
+
userAgent: boolean;
|
|
6
|
+
language: boolean;
|
|
7
|
+
screen: boolean;
|
|
8
|
+
timezone: boolean;
|
|
9
|
+
hardware: boolean;
|
|
10
|
+
}
|
|
11
|
+
interface ScriptSizeDetail {
|
|
12
|
+
url: string;
|
|
13
|
+
transferKb: number;
|
|
14
|
+
decodedKb: number;
|
|
15
|
+
encoding: string;
|
|
16
|
+
durationMs: number;
|
|
17
|
+
initiatorType: string;
|
|
18
|
+
protocol: string;
|
|
19
|
+
}
|
|
20
|
+
interface ScriptApis {
|
|
21
|
+
cookies: boolean;
|
|
22
|
+
localStorage: boolean;
|
|
23
|
+
sessionStorage: boolean;
|
|
24
|
+
indexedDB: boolean;
|
|
25
|
+
canvas: boolean;
|
|
26
|
+
webgl: boolean;
|
|
27
|
+
audioContext: boolean;
|
|
28
|
+
userAgent: boolean;
|
|
29
|
+
doNotTrack: boolean;
|
|
30
|
+
hardwareConcurrency: boolean;
|
|
31
|
+
deviceMemory: boolean;
|
|
32
|
+
plugins: boolean;
|
|
33
|
+
languages: boolean;
|
|
34
|
+
screen: boolean;
|
|
35
|
+
timezone: boolean;
|
|
36
|
+
platform: boolean;
|
|
37
|
+
vendor: boolean;
|
|
38
|
+
connection: boolean;
|
|
39
|
+
maxTouchPoints: boolean;
|
|
40
|
+
devicePixelRatio: boolean;
|
|
41
|
+
mediaDevices: boolean;
|
|
42
|
+
getBattery: boolean;
|
|
43
|
+
referrer: boolean;
|
|
44
|
+
windowName: boolean;
|
|
45
|
+
rtcPeerConnection: boolean;
|
|
46
|
+
geolocation: boolean;
|
|
47
|
+
serviceWorker: boolean;
|
|
48
|
+
cacheApi: boolean;
|
|
49
|
+
sendBeacon: boolean;
|
|
50
|
+
fetch: boolean;
|
|
51
|
+
xhr: boolean;
|
|
52
|
+
websocket: boolean;
|
|
53
|
+
mutationObserver: boolean;
|
|
54
|
+
performanceObserver: boolean;
|
|
55
|
+
intersectionObserver: boolean;
|
|
56
|
+
}
|
|
57
|
+
type PrivacyGrade = 'A+' | 'A' | 'B' | 'C' | 'D' | 'F';
|
|
58
|
+
interface PrivacyRating {
|
|
59
|
+
/** Overall letter grade */
|
|
60
|
+
grade: PrivacyGrade;
|
|
61
|
+
/** 0–100, higher = more invasive */
|
|
62
|
+
score: number;
|
|
63
|
+
/** Breakdown by privacy concern category */
|
|
64
|
+
breakdown: {
|
|
65
|
+
/** Browser fingerprinting APIs — entropy-weighted per AmIUnique/Panopticlick research (0–30) */
|
|
66
|
+
fingerprinting: {
|
|
67
|
+
score: number;
|
|
68
|
+
apis: string[];
|
|
69
|
+
};
|
|
70
|
+
/** Persistent storage + cookie tracking (0–25) */
|
|
71
|
+
persistence: {
|
|
72
|
+
score: number;
|
|
73
|
+
thirdPartyCookies: number;
|
|
74
|
+
longLivedCookies: number;
|
|
75
|
+
storageApis: string[];
|
|
76
|
+
};
|
|
77
|
+
/** Cross-domain data exfiltration & tracking network (0–25) */
|
|
78
|
+
network: {
|
|
79
|
+
score: number;
|
|
80
|
+
domains: number;
|
|
81
|
+
outboundBytes: number;
|
|
82
|
+
trackingPixels: number;
|
|
83
|
+
};
|
|
84
|
+
/** Behavioral observation APIs (0–10) */
|
|
85
|
+
monitoring: {
|
|
86
|
+
score: number;
|
|
87
|
+
apis: string[];
|
|
88
|
+
};
|
|
89
|
+
/** Data collection scope — what types of data are tracked (0–10) */
|
|
90
|
+
dataScope: {
|
|
91
|
+
score: number;
|
|
92
|
+
types: string[];
|
|
93
|
+
};
|
|
94
|
+
/** Fingerprint exfiltration — heavy FP APIs combined with outbound channels (0–25) */
|
|
95
|
+
fpExfiltration: {
|
|
96
|
+
score: number;
|
|
97
|
+
heavyApis: string[];
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
interface ScriptCookie {
|
|
102
|
+
name: string;
|
|
103
|
+
domain: string;
|
|
104
|
+
path: string;
|
|
105
|
+
httpOnly: boolean;
|
|
106
|
+
secure: boolean;
|
|
107
|
+
sameSite: string;
|
|
108
|
+
session: boolean;
|
|
109
|
+
lifetimeDays: number;
|
|
110
|
+
firstParty: boolean;
|
|
111
|
+
}
|
|
112
|
+
interface NetworkSummary {
|
|
113
|
+
requestCount: number;
|
|
114
|
+
domains: string[];
|
|
115
|
+
outboundBytes: number;
|
|
116
|
+
inboundBytes: number;
|
|
117
|
+
injectedElements: {
|
|
118
|
+
tag: string;
|
|
119
|
+
src: string;
|
|
120
|
+
}[];
|
|
121
|
+
}
|
|
122
|
+
interface CwvEstimate {
|
|
123
|
+
/** Estimated LCP delay: scriptDurationMs blocks rendering during page load */
|
|
124
|
+
lcpImpactMs: number;
|
|
125
|
+
/** CLS risk: true if script injects visible DOM elements (iframes, images) without reserved space */
|
|
126
|
+
clsRisk: boolean;
|
|
127
|
+
/** Number of visible elements injected that could cause layout shifts */
|
|
128
|
+
clsElements: number;
|
|
129
|
+
/** INP risk level based on script weight + DOM observation */
|
|
130
|
+
inpRiskLevel: 'low' | 'medium' | 'high';
|
|
131
|
+
}
|
|
132
|
+
interface PerformanceSummary {
|
|
133
|
+
taskDurationMs: number;
|
|
134
|
+
scriptDurationMs: number;
|
|
135
|
+
heapDeltaKb: number;
|
|
136
|
+
}
|
|
137
|
+
type PerformanceGrade = 'A+' | 'A' | 'B' | 'C' | 'D' | 'F';
|
|
138
|
+
interface PerformanceRating {
|
|
139
|
+
/** Overall letter grade */
|
|
140
|
+
grade: PerformanceGrade;
|
|
141
|
+
/** 0–100, higher = worse performance impact */
|
|
142
|
+
score: number;
|
|
143
|
+
/** Breakdown by impact area */
|
|
144
|
+
breakdown: {
|
|
145
|
+
/** Network cost — transfer size relative to performance budgets (0–30) */
|
|
146
|
+
networkCost: {
|
|
147
|
+
score: number;
|
|
148
|
+
transferKb: number;
|
|
149
|
+
};
|
|
150
|
+
/** Main thread blocking — task duration that delays interactivity (0–30) */
|
|
151
|
+
mainThread: {
|
|
152
|
+
score: number;
|
|
153
|
+
taskDurationMs: number;
|
|
154
|
+
scriptDurationMs: number;
|
|
155
|
+
};
|
|
156
|
+
/** Memory pressure — heap allocation impact (0–20) */
|
|
157
|
+
memory: {
|
|
158
|
+
score: number;
|
|
159
|
+
heapDeltaKb: number;
|
|
160
|
+
};
|
|
161
|
+
/** Connection overhead — additional HTTP requests (0–10) */
|
|
162
|
+
connections: {
|
|
163
|
+
score: number;
|
|
164
|
+
requestCount: number;
|
|
165
|
+
};
|
|
166
|
+
/** CWV risk — estimated Core Web Vitals impact (0–10) */
|
|
167
|
+
cwvRisk: {
|
|
168
|
+
score: number;
|
|
169
|
+
lcpImpactMs: number;
|
|
170
|
+
clsRisk: boolean;
|
|
171
|
+
inpRiskLevel: string;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
}
|
|
175
|
+
interface ScriptStats {
|
|
176
|
+
id: string;
|
|
177
|
+
label: string;
|
|
178
|
+
category: string;
|
|
179
|
+
scripts: ScriptSizeDetail[];
|
|
180
|
+
totalTransferKb: number;
|
|
181
|
+
totalDecodedKb: number;
|
|
182
|
+
trackedData: TrackedDataType[];
|
|
183
|
+
collectsWebVitals: boolean;
|
|
184
|
+
apis: ScriptApis;
|
|
185
|
+
privacyRating: PrivacyRating;
|
|
186
|
+
cookies: ScriptCookie[];
|
|
187
|
+
network: NetworkSummary;
|
|
188
|
+
performance: PerformanceSummary;
|
|
189
|
+
performanceRating: PerformanceRating;
|
|
190
|
+
cwvEstimate: CwvEstimate;
|
|
191
|
+
hasBundling: boolean;
|
|
192
|
+
hasProxy: boolean;
|
|
193
|
+
proxyDomains: string[];
|
|
194
|
+
proxyEndpoints: number;
|
|
195
|
+
privacy: ScriptPrivacy | null;
|
|
196
|
+
privacyLevel: 'full' | 'partial' | 'none' | 'unknown';
|
|
197
|
+
loadingMethod: 'cdn' | 'npm' | 'dynamic';
|
|
198
|
+
}
|
|
199
|
+
declare function getScriptStats(): Promise<ScriptStats[]>;
|
|
200
|
+
|
|
201
|
+
export { getScriptStats };
|
|
202
|
+
export type { CwvEstimate, NetworkSummary, PerformanceGrade, PerformanceRating, PerformanceSummary, PrivacyGrade, PrivacyRating, ScriptApis, ScriptCookie, ScriptPrivacy, ScriptSizeDetail, ScriptStats, TrackedDataType };
|