Socket
Socket
Sign inDemoInstall

terser-webpack-plugin

Package Overview
Dependencies
134
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.1 to 2.3.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [2.3.2](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.1...v2.3.2) (2020-01-09)
### Bug Fixes
* show error message from jest-worker ([#203](https://github.com/webpack-contrib/terser-webpack-plugin/issues/203)) ([3b28007](https://github.com/webpack-contrib/terser-webpack-plugin/commit/3b280070cde3b233ae703fe2e0ac75b350cb2da7))
### [2.3.1](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v2.3.0...v2.3.1) (2019-12-17)

@@ -7,0 +14,0 @@

5

dist/TaskRunner.js

@@ -47,3 +47,6 @@ "use strict";

numWorkers: this.numberWorkers
});
}); // show syntax error from jest-worker
// https://github.com/facebook/jest/issues/8872#issuecomment-524822081
if (this.worker.getStderr()) this.worker.getStderr().pipe(process.stderr);
}

@@ -50,0 +53,0 @@

2

package.json
{
"name": "terser-webpack-plugin",
"version": "2.3.1",
"version": "2.3.2",
"description": "Terser plugin for webpack",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc