
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@qwik.dev/devtools
Advanced tools

Enhance your Qwik development experience with DevTools that provide real-time insights into your application, dependencies, and setup.
Qwik DevTools requires Qwik v2.0.0-beta.1 or higher.
npm install @qwik.dev/devtools -D
pnpm add @qwik.dev/devtools -D
yarn add @qwik.dev/devtools -D
Add the plugin to your vite.config.(m)ts:
import { qwikDevtools } from '@qwik.dev/devtools';
export default defineConfig({
plugins: [
qwikRouter(),
qwikVite(),
tsconfigPaths(),
qwikDevtools(), // 👈 Add the plugin here
],
ssr: {
noExternal: ['@qwik.dev/devtools']; // 👈 Add the plugin here
}
});
Please refer to the Contribution Guide. Sharing feedback and feature request with GitHub issues is welcome.
Join our vibrant community:
FAQs
Qwik devtools package
We found that @qwik.dev/devtools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.