
Security News
New Study Identifies 53 Slopsquatting Targets Across 5 Frontier LLMs
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.
webpack-runtime-analyzer
Advanced tools
Webpack plugin for analyzing internal processes, state and structure of bundles
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 list of the modules and the assets is always at hand.

Take a look at the dependencies of the modules.

Look at the file map and find out why your bundle is so big.

Analyzing process is performing in realtime.

The UI built on 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 39 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
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.

Security News
The White House’s Gold Eagle Initiative aims to coordinate AI-discovered vulnerabilities, validate findings, and accelerate patching across critical software.

Security News
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.