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

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.0.0-rc1 to 4.0.0

1

CHANGELOG.md

@@ -30,2 +30,3 @@ # Changelog

* Updated dependencies
* Added support for multiple Webpack versions in tests

@@ -32,0 +33,0 @@ ## 3.9.0

2

lib/analyzer.js

@@ -125,3 +125,3 @@ "use strict";

}
} // Webpack 5 changed bundle format and now entry modules are concatenated and located at the end on the it.
} // Webpack 5 changed bundle format and now entry modules are concatenated and located at the end of it.
// Because of this they basically become a concatenated module, for which we can't even precisely determine its

@@ -128,0 +128,0 @@ // parsed source as it's located in the same scope as all Webpack runtime helpers.

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

@@ -28,3 +28,3 @@ "author": "Yury Grunin <grunin.ya@ya.ru>",

"test": "npm run install-test-webpack-versions && mocha --exit --require @babel/register",
"test-dev": "npm run install-test-webpack-versions && mocha --watch --require @babel/register"
"test-dev": "npm run install-test-webpack-versions && mocha --watch --watch-ignore test/output --require @babel/register"
},

@@ -31,0 +31,0 @@ "files": [

@@ -118,3 +118,3 @@ const fs = require('fs');

// Webpack 5 changed bundle format and now entry modules are concatenated and located at the end on the it.
// Webpack 5 changed bundle format and now entry modules are concatenated and located at the end of it.
// Because of this they basically become a concatenated module, for which we can't even precisely determine its

@@ -121,0 +121,0 @@ // parsed source as it's located in the same scope as all Webpack runtime helpers.

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