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

nuxt-umami

Package Overview
Dependencies
Maintainers
1
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.3.1 to 2.4.0

4

package.json
{
"name": "nuxt-umami",
"type": "module",
"version": "2.3.1",
"version": "2.4.0",
"description": "Integrate Umami Analytics into Nuxt",

@@ -36,3 +36,3 @@ "author": "ML <me.mlaure@gmail.com>",

"lint": "eslint .",
"release": "bumpp --commit --push --tag && npm publish --access public --tag next",
"release": "./release.sh",
"release:beta": "bumpp prerelease --commit --push --no-tag && npm publish --access public --tag beta"

@@ -39,0 +39,0 @@ },

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

# Nuxt Umami <sup>@next<sup>
# Nuxt Umami

@@ -35,7 +35,7 @@ [![npm](https://img.shields.io/npm/v/nuxt-umami/next?style=flat-square)](https://www.npmjs.com/package/nuxt-umami/v/next)

```bash
pnpm add nuxt-umami@next #pnpm
pnpm add nuxt-umami #pnpm
```
```bash
npm install nuxt-umami@next #npm
npm install nuxt-umami #npm
```

@@ -82,3 +82,3 @@

defineNuxtConfig({
extends: ['nuxt-umami@next'],
extends: ['nuxt-umami'],
appConfig: {

@@ -85,0 +85,0 @@ umami: {

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