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

webpack-visualizer-plugin

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-visualizer-plugin - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

14

lib/plugin.js

@@ -45,12 +45,8 @@ 'use strict';

compilation.assets[_this.opts.filename] = {
source: function source() {
return html;
},
size: function size() {
return html.length;
_fs2['default'].writeFile(_path2['default'].join(compilation.outputOptions.path, _this.opts.filename), html, function (err) {
if (err) {
console.log('webpack-visualizer-plugin: error writing stats file'); //eslint-disable-line no-console
}
};
callback();
callback();
});
});

@@ -57,0 +53,0 @@ }

{
"name": "webpack-visualizer-plugin",
"version": "0.1.8",
"version": "0.1.9",
"main": "lib/plugin.js",

@@ -5,0 +5,0 @@ "author": "Chris Bateman (http://cbateman.com/)",

Sorry, the diff of this file is too big to display

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