Socket
Socket
Sign inDemoInstall

vue-matomo

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-matomo - npm Package Compare versions

Comparing version 3.9.1-1 to 3.9.1-2

3

package.json
{
"name": "vue-matomo",
"version": "3.9.1-1",
"version": "3.9.1-2",
"description": "Link your Piwik/Matomo installation",

@@ -8,2 +8,3 @@ "author": "Dennis Ruhe <dennis@amazingsystems.nl>",

"main": "dist/vue-matomo.js",
"repository": "https://github.com/AmazingDreams/vue-matomo",
"publishConfig": {

@@ -10,0 +11,0 @@ "registry": "https://registry.npmjs.org"

@@ -85,2 +85,12 @@ # VueMatomo

```js
// nuxt.config.js
export default {
plugins: [
{ src: '~/plugins/vue-matomo.js', ssr: false }
]
}
```
```js
// plugins/vue-matomo.js

@@ -100,12 +110,2 @@

```js
// nuxt.config.js
export default {
plugins: [
{ src: '~/plugins/vue-matomo.js', ssr: false }
]
}
```
### Ignoring routes

@@ -148,3 +148,3 @@

Another option is to use your own implementation for remembering consent. In that case you can simply call
`this.$maotomo.setConsentGiven()` on each page load when you establish that the user has given consent.
`this.$matomo.setConsentGiven()` on each page load when you establish that the user has given consent.

@@ -151,0 +151,0 @@ ## Build

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