
Security News
Socket Releases Free Certified Patches for Nuxt Security Vulnerabilities
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.
webpack-runtime-analyzer
Advanced tools
Webpack plugin and UI for analyzing webpack building process through rempl
Webpack plugin for analyzing internal processes, state and structure of bundles. Built on rempl

npm install webpack-runtime-analyzer --save-dev
Add plugin to your webpack config:
var RuntimeAnalyzerPlugin = require('webpack-runtime-analyzer');
// ...
plugins.push(new RuntimeAnalyzerPlugin());
Start rempl server:
rempl
Also, you can use the GUI to control rempl server.
Try the example to see how it works:
cd example
npm i
npm run dev
Then open rempl server URL in your browser (http://localhost:8177 by default)
Make sure that your rempl server is up.
If you don't want to use default plugin config, then you can specify your own config:
new RuntimeAnalyzerPlugin({
ui: {
script: fs.readFileSync('/path/to/ui/bundle.js', 'utf-8'), // packed UI bundle (js + html + css + etc...)
url: 'http://localhost:8080' // or URL to UI
}
});
In case
ui.urlandui.scriptare specified thenui.urlwill be used.
The UI built basis.js framework
npm run build to build the UI bundleIn the future you will may host and customize the UI at web server without building a bundle, but rempl does not support this feature at this moment
MIT
FAQs
Webpack plugin for analyzing internal processes, state and structure of bundles
The npm package webpack-runtime-analyzer receives a total of 56 weekly downloads. As such, webpack-runtime-analyzer popularity was classified as not popular.
We found that webpack-runtime-analyzer 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
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.