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.29 to 0.0.30

2

index.js

@@ -126,2 +126,3 @@ 'use strict';

try {
logger.debug('Webpack compilation started');
// incremental bundling

@@ -145,2 +146,3 @@ self._compiler.compile((err, stats) => {

.then(function () {
logger.debug('Webpack compilation finished');
var createFilePromises = [];

@@ -147,0 +149,0 @@ _.each(self._affectedModules, function (m) {

2

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