Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@janus-idp/backstage-plugin-analytics-module-matomo

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@janus-idp/backstage-plugin-analytics-module-matomo - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "@janus-idp/backstage-plugin-analytics-module-matomo",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.esm.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -31,3 +31,3 @@ # Analytics Module: Matomo Analytics

export const apis: AnyApiFactory[] = [
// Instantiate and register the GA Analytics API Implementation.
// Instantiate and register the Matomo Analytics API Implementation.
createApiFactory({

@@ -44,3 +44,3 @@ api: analyticsApiRef,

The following is the minimum configuration required to start sending analytics
events to GA. All that's needed is your Universal Analytics tracking ID:
events to Matomo. All that's needed is your Matomo Host and Site Id:

@@ -52,3 +52,3 @@ ```yaml

matomo:
instanceUrl: ${ANALYTICS_MATOMO_INSTANCE_URL}
host: ${ANALYTICS_MATOMO_INSTANCE_URL}
siteId: ${ANALYTICS_MATOMO_SITE_ID}

@@ -59,3 +59,3 @@ ```

The following is the minimal content security policy required to load scripts from GA.
The following is the minimal content security policy required to load scripts from your Matomo Instance.

@@ -62,0 +62,0 @@ ```yaml

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc