
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.
nVision is an open-source developer tool for Next.js applications that provides users server-side network request metrics and an interactive hierarchical file tree, aiding with rapid debugging and deployment.
Note: nVision currently only supports App Router
Run the following commands to install nVision's npm package and add the necessary files required to implement nVision:
npm install nvisionjs
npx nvisionjs-create
Add the below to your next.config.js
experimental: { instrumentationHook: true },
Add the following script to your package.json
"nvision": "node --require ./nvisionServer.js & next dev"
Run the following command to start the development server
npm run nvision
Open your dashboard by going http://localhost:3000/nvisionDashboard (or wherever your app is hosted)
Open your application in a new window to view real time updates on the dashboard
Caitlin O'Donohue - GitHub | Linkedin
Sunny Pacheco - GitHub | Linkedin
Jiyoung Lee - GitHub | Linkedin
Bennett Ma - GitHub | Linkedin
Special thanks to the NetPulse team for their advice and inspiration.
Distributed under the MIT License. See License for more information.
FAQs
A Next.js observability tool
We found that nvisionjs 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.

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.