Socket
Socket
Sign inDemoInstall

webpack-bundle-size-analyzer

Package Overview
Dependencies
3
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 2.0.0

webpack-bundle-size-analyzer

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 2.0.0
- Renamed the binary to webpack-bundle-size-analyzer
to match the package and repository name.
## 1.3.0

@@ -2,0 +7,0 @@

4

package.json
{
"name": "webpack-bundle-size-analyzer",
"version": "1.3.0",
"version": "2.0.0",
"description": "A utility to find how your dependencies are contributing to the size of your Webpack bundles",

@@ -24,3 +24,3 @@ "main": "build/size_tree.js",

"build",
"analyze-bundle-size"
"webpack-bundle-size-analyzer"
],

@@ -27,0 +27,0 @@ "homepage": "http://github.com/robertknight/webpack-bundle-size-analyzer",

@@ -23,3 +23,3 @@ Webpack Bundle Size Analyzer

npm install -g webpack-bundle-size-analyzer
webpack --json | analyze-bundle-size
webpack --json | webpack-bundle-size-analyzer
````

@@ -65,3 +65,3 @@

to minifying JavaScript in Webpack bundles is to use the UglifyJS plugin,
which operates on the whole bundle. Consequently the stats shown by analyze-bundle-size
which operates on the whole bundle. Consequently the stats shown by webpack-bundle-size-analyzer
will report sizes _before_ minification. This should still give a pretty good idea of what

@@ -68,0 +68,0 @@ contributes to your bundle size but some libraries will compress better than others,

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc