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

Comparing version 0.0.37 to 0.0.38

6

index.js

@@ -304,3 +304,3 @@ 'use strict';

// Some plugins and `createHash` operation are not necessary in wallaby context and very time consuming with many chunks
// Some plugins and operations are not necessary in wallaby context and very time consuming with many chunks

@@ -318,2 +318,6 @@ self._removePlugins('', compilation);

});
compilation.processDependenciesBlockForChunk
= compilation.sortItemsWithModuleIds
= compilation.sortItemsWithChunkIds = function () {
};
});

@@ -320,0 +324,0 @@

2

package.json
{
"name": "wallaby-webpack",
"version": "0.0.37",
"version": "0.0.38",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc