Socket
Socket
Sign inDemoInstall

wallaby-webpack

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wallaby-webpack - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

10

index.js

@@ -278,2 +278,12 @@ 'use strict';

});
// These plugins and operation are not necessary in wallaby context and very time consuming with many chunks
var originalApplyPlugins = compilation.applyPlugins;
compilation.applyPlugins = function (name) {
if (name === 'optimize-module-order' || name === 'optimize-chunk-order' || name === 'optimize-chunk-ids') return;
return originalApplyPlugins.apply(this, arguments);
};
compilation.createHash = function () {
};
});

@@ -280,0 +290,0 @@

2

package.json
{
"name": "wallaby-webpack",
"version": "0.0.20",
"version": "0.0.21",
"description": "Webpack postprocessor for wallaby.js",

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

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