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.4 to 3.0.0-0

dist/module.cjs

64

package.json
{
"name": "nuxt-umami",
"type": "module",
"version": "2.6.4",
"version": "3.0.0-0",
"description": "Integrate Umami Analytics into Nuxt",
"author": "ML <me.mlaure@gmail.com>",
"author": "Moses Laurence <me@ijkml.dev>",
"license": "MIT",

@@ -16,40 +16,42 @@ "homepage": "https://ijkml.github.io/nuxt-umami/",

},
"keywords": [
"nuxt",
"umami",
"analytics",
"tracking",
"nuxt-umami",
"nuxt layer",
"nuxt module",
"nuxt plugin"
],
"main": "./nuxt.config.ts",
"packageManager": "pnpm@9.7.0",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"app.config.ts",
"app.vue",
"internal/",
"middleware/",
"nuxt.config.ts",
"plugins/",
"utils/"
"dist"
],
"scripts": {
"dev": "nuxi prepare & nuxi dev .playground",
"build": "nuxi build .playground",
"generate": "nuxi generate .playground",
"preview": "nuxi preview .playground",
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"up": "npm run dev:prepare && npm run dev",
"release": "npm run lint && npm run test && npm run prepack && changelogen --premajor --release && npm publish --tag module && git push --follow-tags",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp --commit --push --tag && npm publish --access public",
"release:beta": "bumpp prerelease --commit --push --no-tag && npm publish --access public --tag beta"
"test": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.12.4",
"request-ip": "^3.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.0",
"@types/node": "^20.14.11",
"bumpp": "^9.4.1",
"eslint": "^9.7.0",
"@nuxt/eslint-config": "^0.5.0",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.4",
"@types/node": "^22.2.0",
"@types/request-ip": "^0.0.41",
"changelogen": "^0.5.5",
"eslint": "^9.8.0",
"nuxt": "^3.12.4",
"typescript": "^5.5.3"
"typescript": "latest",
"vue-tsc": "^2.0.29"
}
}

@@ -16,18 +16,10 @@ # Nuxt Umami

1. Install
Install and add to Nuxt with one command
```bash
pnpm add nuxt-umami
npx nuxi module add nuxt-umami@module
```
2. Add to Nuxt
## 📖 Config options, Usage, and FAQs
```ts
defineNuxtConfig({
extends: ['nuxt-umami']
});
```
## 📖 Usage, Config, FAQs
[Read the full documentation.](https://ijkml.github.io/nuxt-umami/)

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