Socket
Socket
Sign inDemoInstall

karma-webpack

Package Overview
Dependencies
Maintainers
10
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-webpack - npm Package Compare versions

Comparing version 4.0.0-rc.5 to 4.0.0-rc.6

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="4.0.0-rc.6"></a>
# [4.0.0-rc.6](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.5...v4.0.0-rc.6) (2019-01-31)
### Bug Fixes
* **karma-webpack:** Override `output.filename` with '[name].js' ([#381](https://github.com/webpack-contrib/karma-webpack/issues/381)) ([2f47250](https://github.com/webpack-contrib/karma-webpack/commit/2f47250)), closes [#322](https://github.com/webpack-contrib/karma-webpack/issues/322)
<a name="4.0.0-rc.5"></a>

@@ -7,0 +17,0 @@ # [4.0.0-rc.5](https://github.com/webpack-contrib/karma-webpack/compare/v4.0.0-rc.4...v4.0.0-rc.5) (2018-11-30)

5

lib/karma-webpack.js

@@ -92,5 +92,4 @@ 'use strict';

if (!webpackOptions.output.filename) {
webpackOptions.output.filename = '[name].js';
}
// Enforce that the output filename is dynamic and doesn't contain chunkhashes
webpackOptions.output.filename = '[name].js';

@@ -97,0 +96,0 @@ if (!webpackOptions.output.chunkFilename) {

2

package.json
{
"name": "karma-webpack",
"version": "4.0.0-rc.5",
"version": "4.0.0-rc.6",
"description": "Use webpack with karma",

@@ -5,0 +5,0 @@ "license": "MIT",

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