Socket
Socket
Sign inDemoInstall

nuxt-umami

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-umami - npm Package Compare versions

Comparing version 2.5.2 to 2.5.3

2

internal/utils.ts

@@ -156,3 +156,3 @@ import { useTitle } from '@vueuse/core';

// get `ref from url
// get ref from url
const params = new URL(href).searchParams;

@@ -159,0 +159,0 @@ const pageRef = referrer || params.get('ref') || '';

{
"name": "nuxt-umami",
"type": "module",
"version": "2.5.2",
"version": "2.5.3",
"description": "Integrate Umami Analytics into Nuxt",

@@ -40,13 +40,13 @@ "author": "ML <me.mlaure@gmail.com>",

"dependencies": {
"@vueuse/core": "^10.2.1"
"@vueuse/core": "^10.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@types/node": "^20.4.2",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"nuxt": "^3.6.3",
"@antfu/eslint-config": "^0.41.0",
"@types/node": "^20.5.3",
"bumpp": "^9.2.0",
"eslint": "^8.47.0",
"eslint-plugin-vue": "^9.17.0",
"nuxt": "^3.6.5",
"typescript": "^5.1.6"
}
}

@@ -28,3 +28,3 @@ # Nuxt Umami

<a href="https://stackblitz.com/edit/nuxt-umami-next"><img src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt="Open in StackBlitz"></a>
<a href="https://stackblitz.com/edit/nuxt-umami"><img src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt="Open in StackBlitz"></a>

@@ -158,8 +158,4 @@ ### Step 1: Install and add to Nuxt

### Debugging
### Vue Directive
For cases where you need that `console.log('here')` in live sites, set `debug: true` in your config.
### Directive
> **Note**:

@@ -176,2 +172,6 @@ > Available from `^2.5.0`. Add `useDirective: true` to your config.

### Debugging
For cases where you need that `console.log('here')` in live sites, set `debug: true` in your config.
## Umami v2

@@ -178,0 +178,0 @@

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