Socket
Socket
Sign inDemoInstall

webpack-bundle-analyzer

Package Overview
Dependencies
Maintainers
4
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-bundle-analyzer - npm Package Compare versions

Comparing version 4.6.0 to 4.6.1

5

CHANGELOG.md

@@ -15,2 +15,7 @@ # Changelog

## 4.6.1
* **Bug Fix**
* fix outputting different URL in cli mode ([#524](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/524) by [@southorange1228](https://github.com/southorange1228))
## 4.6.0

@@ -17,0 +22,0 @@

3

lib/bin/analyzer.js

@@ -86,3 +86,4 @@ #! /usr/bin/env node

excludeAssets,
logger: new Logger(logLevel)
logger: new Logger(logLevel),
analyzerUrl: utils.defaultAnalyzerUrl
});

@@ -89,0 +90,0 @@ } else if (mode === 'static') {

{
"name": "webpack-bundle-analyzer",
"version": "4.6.0",
"version": "4.6.1",
"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",

@@ -5,0 +5,0 @@ "author": "Yury Grunin <grunin.ya@ya.ru>",

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