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.14 to 3.9.15

2

lib/WallabyInputFileSystem.js

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

// for other files just reading from disk
return fs.readFile.apply(fs, arguments);
return fs.readFileSync.apply(fs, arguments);
}

@@ -62,0 +62,0 @@

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