Socket
Socket
Sign inDemoInstall

wallaby-webpack

Package Overview
Dependencies
3
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.9.8 to 3.9.9

4

index.js

@@ -342,4 +342,6 @@ 'use strict';

var modules = effectiveOptionsResolve[modulesSettingName] =
((userOptions[resolvePath] || {})[modulesSettingName] || []).concat(['node_modules', modulesDir]);
((userOptions[resolvePath] || {})[modulesSettingName] || []).concat(['node_modules']);
if (modulesDir) modules.push(modulesDir);
if (!userOptions[resolvePath] || !userOptions[resolvePath][modulesSettingName] || !userOptions[resolvePath][modulesSettingName].length) {

@@ -346,0 +348,0 @@ modules.push('web_modules');

{
"name": "wallaby-webpack",
"version": "3.9.8",
"version": "3.9.9",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc