Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webpack-bundle-insights

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-bundle-insights

Insights into webpack bundle stats

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

webpack-bundle-insights

Webpack-bundle insights is a collection of tools and utilities to help make sense of Webpack bundle compilation results. It consumes the output of webpack-bundle-stats-plugin.

BundleGraphExplorer

BundleGraphExplorer allows you to walk your bundle graph, loading bundles one by one, and understand the impact of each.

<BundleGraphExplorer stats={stats} className={cssClass} />

Properties:

  • stats: a BundleStats object produced by webpack-bundle-stats-plugin
  • className: a CSS class to apply to the root element of the control. For the control to lay out correctly, this should create a positioning context (e.g. position: absolute or position: relative).

FAQs

Package last updated on 21 Mar 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc