
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
vite-bundle-explorer
Advanced tools
Bundle analyzer and visualizer tool for vite.
Current features:
vite-bundle-explorer
consists of two main parts:
Install the package as a development dependency
npm install -D vite-bundle-explorer
# yarn add -D vite-bundle-explorer
# pnpm add -D vite-bundle-explorer
Next, add the statsPlugin
to your vite config. This plugin will generate a stats.json
file in your output directory
on successful build, containing all bundle stats.
import { defineConfig } from 'vite';
import { statsPlugin } from 'vite-bundle-explorer/plugin';
export default defineConfig({
plugins: [
// ...other plugins
statsPlugin(),
],
});
Once your build is complete and stats.json
is generated, you can launch the web interface using the CLI utility:
npx vite-bundle-explorer ./dist/stats.json
FAQs
Bundle analyzer and visualizer tool for Vite
The npm package vite-bundle-explorer receives a total of 86 weekly downloads. As such, vite-bundle-explorer popularity was classified as not popular.
We found that vite-bundle-explorer 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.