Socket
Socket
Sign inDemoInstall

speed-measure-webpack-plugin

Package Overview
Dependencies
297
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

8

index.js

@@ -84,6 +84,6 @@ const path = require("path");

return this.options.outputFormat(outputObj);
return getHumanOutput(outputObj, {
...this.options,
verbose: this.options.outputFormat === "humanVerbose",
});
return getHumanOutput(outputObj, Object.assign(
{ verbose: this.options.outputFormat === "humanVerbose" },
this.options)
);
}

@@ -90,0 +90,0 @@

{
"name": "speed-measure-webpack-plugin",
"version": "1.4.0",
"version": "1.4.1",
"description": "Measure + analyse the speed of your webpack loaders and plugins",

@@ -5,0 +5,0 @@ "main": "index.js",

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