Socket
Socket
Sign inDemoInstall

speed-measure-webpack-plugin

Package Overview
Dependencies
309
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "speed-measure-webpack-plugin",
"version": "0.3.0",
"version": "0.3.1",
"description": "Measure + analyse the speed of your webpack loaders and plugins",

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

@@ -50,3 +50,3 @@ const isEqual = (x, y) =>

module.exports.getLoaderNames = loaders =>
loaders.length
loaders && loaders.length
? loaders

@@ -53,0 +53,0 @@ .map(l => l.loader)

@@ -47,3 +47,3 @@ let idInc = 0;

set: (target, property, value) => {
target[property] = value;
return Reflect.set(target, property, value);
},

@@ -50,0 +50,0 @@ deleteProperty: (target, property) => {

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