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.40 to 0.0.41

.npmignore

3

index.js

@@ -279,6 +279,5 @@ 'use strict';

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

@@ -285,0 +284,0 @@ if (isForLoaderResolve) {

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