
Research
Security News
Malicious npm Packages Use Telegram to Exfiltrate BullX Credentials
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
nuxt-bundle-buddy
Advanced tools
bundle-buddy
globally,
otherwise you won't see anythingnuxt-bundle-buddy
dependency using yarn or npm to your projectnuxt-bundle-buddy
to modules
section of nuxt.config.js
:{
modules: [
'nuxt-bundle-buddy',
],
bundleBuddy: {
// your settings here
// Usually you don't need any though, so you can fully omit the
// bundleBuddy object
}
}
yarn build --analyze
or npm run build -- --analyze
)// file: nuxt.config.js
export default {
bundleBuddy: {
removeDefaultAnalyzer: true // disable to keep default webpack analyzer
}
}
yarn install
or npm install
npm run dev
Copyright (c) Alexander Lichter
FAQs
Don't fight your webpack bundle, become friends!
The npm package nuxt-bundle-buddy receives a total of 4 weekly downloads. As such, nuxt-bundle-buddy popularity was classified as not popular.
We found that nuxt-bundle-buddy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.