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 3.9.15 to 3.9.16

8

index.js

@@ -85,2 +85,10 @@ 'use strict';

var webpackPackageJson = WebpackPostprocessor._tryRequireFrom('webpack/package.json');
if (webpackPackageJson && webpackPackageJson.version) {
// Check if majorversion is >= 5
if (parseInt(webpackPackageJson.version.split('.')[0], 10) >= 5) {
throw new Error(`Unsupported webpack version. The 'wallaby-webpack\' package does not support your project's version of webpack (${webpackPackageJson.version}). Use Wallaby's built-in webpack integration instead: https://wallabyjs.com/docs/integration/webpack-built-in.html`);
}
}
return wallaby => {

@@ -87,0 +95,0 @@ var logger = wallaby.logger;

0

lib/WallabyInputFileSystem.js

@@ -0,0 +0,0 @@ 'use strict';

2

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

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

@@ -0,0 +0,0 @@ # wallaby-webpack

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