🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

nuxt-matomo

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-matomo - npm Package Compare versions

Comparing version

to
0.5.0

4

index.js

@@ -14,2 +14,6 @@ const path = require('path')

if (options.cookies === false) {
config_js += "window['_paq'].push(['disableCookies']);"
}
if (typeof(this.options.head.__dangerouslyDisableSanitizersByTagID) === 'undefined') {

@@ -16,0 +20,0 @@ this.options.head.__dangerouslyDisableSanitizersByTagID = {}

2

package.json
{
"name": "nuxt-matomo",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "nuxt module for matomo analytics",

@@ -37,2 +37,7 @@ # Matomo (previously Piwik) for Nuxt.js

### `cookies`
If false, Matomo will be configured to not create a tracking cookie
Default: `(unset)`
### Setting configuration at runtime

@@ -39,0 +44,0 @@ You can push any additional tracking info to `_paq` at runtime by adding a matomo