
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
mixpanel-nuxt
Advanced tools
mixpanel-nuxt
dependency to your project# Using pnpm
pnpm add -D mixpanel-nuxt
# Using yarn
yarn add --dev mixpanel-nuxt
# Using npm
npm install --save-dev mixpanel-nuxt
mixpanel-nuxt
to the modules
section of nuxt.config.ts
export default defineNuxtConfig({
modules: [
'mixpanel-nuxt'
],
})
You can use the provided composable to access Mixpanel anywhere.
const mixpanel = useMixpanel()
mixpanel.track('My event')
You just need to set your Mixpanel token in the module options and you're good to go!
By default process.env.MIXPANEL_TOKEN
is used.
You can also disable the module by setting disabled: true
.
export default defineNuxtConfig({
modules: [
'mixpanel-nuxt'
],
mixpanel: {
token: 'your-token',
disabled: false,
config: {
// Mixpanel config
}
}
})
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release
v0.0.13
FAQs
Mixpanel module for Nuxt
The npm package mixpanel-nuxt receives a total of 421 weekly downloads. As such, mixpanel-nuxt popularity was classified as not popular.
We found that mixpanel-nuxt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.