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

@nuxtjs/plausible

Package Overview
Dependencies
Maintainers
7
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/plausible - npm Package Compare versions

Comparing version 0.0.1 to 0.2.0

dist/module.cjs

58

package.json
{
"name": "@nuxtjs/plausible",
"version": "0.0.1",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"version": "0.2.0",
"packageManager": "pnpm@7.17.1",
"description": "Nuxt 3 module to natively integrate Plausible analytics",
"author": "Johann Schopplich <pkg@johannschopplich.com>",
"license": "MIT",
"homepage": "https://github.com/nuxt-modules/plausible#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-modules/plausible.git"
},
"bugs": "https://github.com/nuxt-modules/plausible/issues",
"keywords": [
"nuxt",
"nuxt3",
"plausible",
"analytics"
],
"exports": {
".": {
"types": "./dist/types.d.ts",
"require": "./dist/module.cjs",
"import": "./dist/module.mjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"keywords": [],
"license": "MIT"
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:types": "tsc --noEmit",
"release": "bumpp --commit --push --tag",
"prepare": "nuxi prepare playground"
},
"dependencies": {
"@nuxt/kit": "^3.0.0",
"defu": "^6.1.1",
"pathe": "^1.0.0",
"plausible-tracker": "^0.3.8"
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "^3.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/plausible": "workspace:*",
"bumpp": "^8.2.1",
"eslint": "^8.28.0",
"nuxt": "^3.0.0",
"typescript": "^4.9.3",
"vue-tsc": "^1.0.10"
}
}
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