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 3.9.4 to 3.9.5

9

index.js

@@ -313,2 +313,7 @@ 'use strict';

var isOptionsSchemaEnforced = !!this._webpack.validate;
var hasMode = !!this._webpack.web;
if (hasMode) {
this._opts.mode = 'none';
}
var mergedOpts = _.merge({}, this._opts, mandatoryOpts);

@@ -348,2 +353,5 @@

compilation.cache = self._compilationCache;
self._compilationFileTimestamps.get = function (f) {
return self._compilationFileTimestamps[f];
};
compilation.fileTimestamps = self._compilationFileTimestamps;

@@ -432,2 +440,3 @@ self._moduleTemplate = (compilation.moduleTemplates && compilation.moduleTemplates.javascript) || compilation.moduleTemplate;

if (m.meta && m.meta['aurelia-id']) return m.meta['aurelia-id'];
if (m.buildMeta && m.buildMeta['aurelia-id']) return m.buildMeta['aurelia-id'];
if (testFile || !_.isNumber(m.id) || isEntryFile) return m.resource;

@@ -434,0 +443,0 @@ return m.id;

2

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