
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
nuxt-devtools-opencode
Advanced tools
OpenCode integration for Nuxt DevTools - Embed OpenCode Web and send DOM context to AI
Embed an OpenCode Web instance inside Nuxt DevTools (Nuxt 4), and send selected DOM element context into OpenCode with an in-app picker.
opencode web.opencode web is started with cwd = nuxt.options.rootDir.# npm
npm install nuxt-devtools-opencode
# pnpm
pnpm add nuxt-devtools-opencode
# yarn
yarn add nuxt-devtools-opencode
nuxt.config.ts:export default defineNuxtConfig({
devtools: { enabled: true },
modules: ["nuxt-devtools-opencode"],
opencodeDevtools: {
port: 4096,
hostname: "127.0.0.1",
// password: 'optional-basic-auth-password',
},
});
Prereq: opencode must be available on your PATH (install OpenCode).
# 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
FAQs
OpenCode integration for Nuxt DevTools - Embed OpenCode Web and send DOM context to AI
The npm package nuxt-devtools-opencode receives a total of 0 weekly downloads. As such, nuxt-devtools-opencode popularity was classified as not popular.
We found that nuxt-devtools-opencode demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.