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

css-mangle-webpack-plugin

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-mangle-webpack-plugin - npm Package Versions

2

1.0.0-alpha18

Diff

Changelog

Source

1.0.0-alpha18

  • Fixed an issue where the minify option only recognized opacity values between 0 and 1 when parsing rgb or rgba syntax.
  • Fixed an issue where the logic incorrectly determined that there was no need to explicitly define the opacity value when it was 0%. Now, the explicit value is only omitted when the opacity is 100%.
mttankkeo
published 1.0.0-alpha17 •

Changelog

Source

1.0.0-alpha17

  • Fixed issues related to high resource consumption, extended processing time, and unstable builds caused by identifying globally common CSS-related syntax patterns. Modified the process to handle different file types separately.
mttankkeo
published 1.0.0-alpha16 •

Changelog

Source

1.0.0-alpha16

  • Fixed an issue where the minify option did not correctly handle CSS syntax such as , and .a .b.
mttankkeo
published 1.0.0-alpha15 •

mttankkeo
published 1.0.0-alpha14 •

Changelog

Source

1.0.0-alpha14 ~ 15

  • Added syntax parsing about standard APIs, e.g. document.getElementById() and document.getElementsByClassName()
  • Added syntax parsing about standard APIs, e.g. document.querySelector() and document.querySelectorAll()
mttankkeo
published 1.0.0-alpha13 •

Changelog

Source

1.0.0-alpha13

  • Added removing escape-sequence optional feature into about minify options.
  • Fixed the way of export default about Typescirpt.
mttankkeo
published 1.0.0-alpha11 •

mttankkeo
published 1.0.0-alpha9 •

Changelog

Source

1.0.0-alpha9

  • Added minify into options property, This is whether to use additional features, annotation removal, and optimization to turn rgb into hex.
mttankkeo
published 1.0.0-alpha8 •

Changelog

Source

1.0.0-alpha8

  • Added debugLogs into options property, This is whether about primarily an option for a user to output additional information to the CMD.
mttankkeo
published 1.0.0-alpha7 •

Changelog

Source

1.0.0-alpha7

  • Fixed to transform variables using even upper-case alphabets.
  • Added undeclared into options property, this is whether an undeclared identifier in this webpack plugin would still be considered for minification.
2
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