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

nuxt-umami

Package Overview
Dependencies
Maintainers
0
Versions
70
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.6.6 to 2.6.7

10

internal/types.ts

@@ -109,10 +109,10 @@ interface ModuleOptions {

EventData,
EventPayload,
FetchResult,
ModuleOptions,
PartialPayload,
EventPayload,
ViewPayload,
PayloadType,
PreflightResult,
ServerPayload,
PreflightResult,
FetchResult,
ModuleOptions,
ViewPayload,
};

@@ -0,1 +1,2 @@

import { debug } from './debug';
import type {

@@ -7,3 +8,2 @@ FetchResult,

} from './types';
import { debug } from './debug';

@@ -173,2 +173,2 @@ function isValidString(str: unknown): str is string {

export { collect, umConfig, preflight, getPayload, earlyPromise, isValidString, helloDebugger };
export { collect, earlyPromise, getPayload, helloDebugger, isValidString, preflight, umConfig };
{
"name": "nuxt-umami",
"type": "module",
"version": "2.6.6",
"version": "2.6.7",
"description": "Integrate Umami Analytics into Nuxt",

@@ -6,0 +6,0 @@ "author": "ML <me.mlaure@gmail.com>",

@@ -31,8 +31,11 @@ import { directive } from '../internal/directive';

'app:beforeMount': function () {
console.info(
`%cNEW VERSION AVAILABLE: Nuxt Umami v3! 🚀\nGet the latest features and improvements.\nCheck the announcement: https://umami.nuxt.dev/v2-upgrade-guide.`,
'color: #bada55; font-weight: 500;',
);
if (import.meta.dev) {
// eslint-disable-next-line no-console
console.info(
`%cNEW VERSION AVAILABLE: Nuxt Umami v3! 🚀\nGet the latest features and improvements.\nCheck the announcement: https://umami.nuxt.dev/v2-upgrade-guide.`,
'color: #bada55; font-weight: 500;',
);
}
},
},
});

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

> **Hey...**
>
>
> Still here? v3 is out, simpler and better. [Read the announcement](https://umami.nuxt.dev/v2-upgrade-guide).

@@ -14,0 +14,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