New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

terser-webpack-plugin

Package Overview
Dependencies
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terser-webpack-plugin - npm Package Versions

1
35
9

5.0.0

Diff
evilebottnawi
published 5.0.0 •

Changelog

Source

5.0.0 (2020-10-14)

⚠ BREAKING CHANGES

  • webpack@4 no longer supported
  • removed the cache option
  • removed the cacheKeys option
  • removed the sourceMap option (respect the devtool option by default)

Bug Fixes

  • reduce deps
  • performance improvement
evilebottnawi
published 4.2.3 •

Changelog

Source

4.2.3 (2020-10-07)

Bug Fixes

evilebottnawi
published 4.2.2 •

Changelog

Source

4.2.2 (2020-09-19)

Bug Fixes

evilebottnawi
published 4.2.1 •

Changelog

Source

4.2.1 (2020-09-15)

Bug Fixes

evilebottnawi
published 4.2.0 •

Changelog

Source

4.2.0 (2020-09-11)

Features

Bug Fixes

evilebottnawi
published 1.4.5 •
evilebottnawi
published 2.3.8 •
evilebottnawi
published 4.1.0 •

Changelog

Source

4.1.0 (2020-08-10)

Features

  • pass license files as related assets for webpack@5 (7d3ae95)

Bug Fixes

  • compatibility with 10.13 version of Node.js
evilebottnawi
published 4.0.0 •

Changelog

Source

4.0.0 (2020-08-04)

⚠ BREAKING CHANGES

  • the warningsFilter option was removed without replacement,
  • terser version is 5,
  • return value of the minify option was changed, only code/map/extractedComments are valid

Features

  • improved compatibility with webpack@5
evilebottnawi
published 3.1.0 •

Changelog

Source

3.1.0 (2020-08-03)

Features

  • show minimized assets in stats for webpack@5 (#289) (d59eae2)

Bug Fixes

  • compatibility cache feature with webpack@5 (5d2bd29)
  • skip double compression for child compilation (37cc813)