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

@nuxtjs/ackee

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/ackee - npm Package Compare versions

Comparing version 0.0.0 to 3.0.0

CHANGELOG.md

54

package.json
{
"name": "@nuxtjs/ackee",
"version": "0.0.0",
"license": "MIT"
}
"name": "@nuxtjs/ackee",
"version": "3.0.0",
"description": "Nuxt.js module for Ackee analytics",
"keywords": [
"nuxt",
"module",
"nuxt-module"
],
"repository": "nuxt-community/ackee-module",
"license": "MIT",
"main": "dist/module.js",
"types": "dist/module.d.ts",
"files": [
"dist",
"templates"
],
"scripts": {
"build": "siroc build",
"dev": "nuxt-ts example",
"lint": "eslint --ext .js,.ts,.vue .",
"release": "yarn build && yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint"
},
"dependencies": {
"ackee-tracker": "^5.0.1",
"consola": "^2.15.3",
"defu": "^2.0.4"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "latest",
"@babel/preset-env": "latest",
"@babel/preset-typescript": "latest",
"@nuxt/test-utils": "latest",
"@nuxt/types": "latest",
"@nuxt/typescript-runtime": "latest",
"@nuxtjs/eslint-config-typescript": "latest",
"@siroc/jest-preset": "latest",
"@types/jest": "latest",
"babel-eslint": "latest",
"babel-jest": "latest",
"eslint": "latest",
"jest": "latest",
"nuxt-edge": "latest",
"siroc": "latest",
"standard-version": "latest"
},
"publishConfig": {
"access": "public"
}
}
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