Tdewolff-minify

Latest version: v2.20.34

Safety actively analyzes 638418 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 20

2.20.22

- [HTML: don't skip text with templates in select tag,](https://github.com/tdewolff/minify/commit/943348fe1624d8bdd17c499a3f3ec214d6ca338c) [fixes](https://github.com/tdewolff/minify/commit/943348fe1624d8bdd17c499a3f3ec214d6ca338c) https://github.com/tdewolff/minify/issues/698
- [JS: don't trim escapes in tagged template expression,](https://github.com/tdewolff/minify/commit/35ef9650f18950178cf9f2c7edafd2a82832904e) [fixes](https://github.com/tdewolff/minify/commit/35ef9650f18950178cf9f2c7edafd2a82832904e) https://github.com/tdewolff/minify/issues/701

2.20.21

- [CSS: keep source mapping URLs,](https://github.com/tdewolff/minify/commit/dc25ed9e803528609803bf63b08f42171e92f53a) [fixes](https://github.com/tdewolff/minify/commit/dc25ed9e803528609803bf63b08f42171e92f53a) https://github.com/tdewolff/minify/issues/692
- [Update Python binding,](https://github.com/tdewolff/minify/commit/10917c44bb8d9eb1be93292f57aef82cbadf17a7) [fixes](https://github.com/tdewolff/minify/commit/10917c44bb8d9eb1be93292f57aef82cbadf17a7) https://github.com/tdewolff/minify/issues/693 [hopefully](https://github.com/tdewolff/minify/commit/10917c44bb8d9eb1be93292f57aef82cbadf17a7)

2.20.20

- [cmd: fix bug with --bundle and multiple inputs,](https://github.com/tdewolff/minify/commit/c4b9e689e2ad14258ab9d3f034bcc84da7c3e501) [fixes](https://github.com/tdewolff/minify/commit/c4b9e689e2ad14258ab9d3f034bcc84da7c3e501) https://github.com/tdewolff/minify/issues/683
- [JS: fix bug when merging hoisted var-decl to let-decl,](https://github.com/tdewolff/minify/commit/86468ba10b93667fd41dde05ad88dd72d48a44c1) [fixes](https://github.com/tdewolff/minify/commit/86468ba10b93667fd41dde05ad88dd72d48a44c1) https://github.com/tdewolff/minify/issues/687
- [JS: use more efficient reordering of var declaration names](https://github.com/tdewolff/minify/commit/94ceedd9146f4371197600be6d74265217b1ee68)
- [Update tdewolff/parse; fix parsing minified JS as JSON,](https://github.com/tdewolff/minify/commit/a58eb58ecdc1159f9b49c76c06c28a2103fcdb96) [fixes](https://github.com/tdewolff/minify/commit/a58eb58ecdc1159f9b49c76c06c28a2103fcdb96) https://github.com/tdewolff/minify/issues/688

2.20.19

- [CSS: properly test for equal values,](https://github.com/tdewolff/minify/commit/298943f985ac6e083b47b513624189a9be4c57d0) [fixes](https://github.com/tdewolff/minify/commit/298943f985ac6e083b47b513624189a9be4c57d0) https://github.com/tdewolff/minify/issues/673
- [CSS: fix another comparison bug with functions, see](https://github.com/tdewolff/minify/commit/5079cf509b9658006379cc426c36c8a4ce2fdde1) https://github.com/tdewolff/minify/issues/673
- [cmd: fix --type not set error when it is set,](https://github.com/tdewolff/minify/commit/f0264648491ec2087d822ddf4fb164a1aec771b7) [fixes](https://github.com/tdewolff/minify/commit/f0264648491ec2087d822ddf4fb164a1aec771b7) https://github.com/tdewolff/minify/issues/675
- [JS: revert performance regression from](https://github.com/tdewolff/minify/commit/75e7703d0ea80d83f9fdb1b9cc1653143271793b) https://github.com/tdewolff/minify/commit/61a4bb831795ab7de73f4c395a014b69bd2ac1c5 [, up to 120% faster for antd.js](https://github.com/tdewolff/minify/commit/75e7703d0ea80d83f9fdb1b9cc1653143271793b)
- [JS: fix minifying strings where the last character needs to be escaped as we change the quotes](https://github.com/tdewolff/minify/commit/11e0f3581baf2591573c485d42f5caee5ecbc9f9)

2.20.18

- [cmd: fix --watch functionality,](https://github.com/tdewolff/minify/commit/1508f98414a1b1398639d8fe38816e99da51859e) [fixes](https://github.com/tdewolff/minify/commit/1508f98414a1b1398639d8fe38816e99da51859e) https://github.com/tdewolff/minify/issues/672

2.20.17

- [cmd: output statistics now have fixed length, removing dependency on go-humanize](https://github.com/tdewolff/minify/commit/f27fd34c5315594bcb80c2d3f75b617925415d32)
- [cmd: choose newest atime/mtime to preserve timestamps when using --bundle; allow setting preserve with --bundle; add warnings when ownership/permissions differ between input files when using --bundle; see](https://github.com/tdewolff/minify/commit/6b9175d2baee924112fab94ff601547d7fb99bbf) https://github.com/tdewolff/minify/issues/671
- [cmd: don't preserve parent directories for --bundle, see](https://github.com/tdewolff/minify/commit/c754bf52bd6cf6ea65ce52d88204e37aebd0228d) https://github.com/tdewolff/minify/issues/671
- [HTML: keep original attribute quote for all attributes,](https://github.com/tdewolff/minify/commit/a72c2ec610988130ae82e34cea4466a06a16457c) [fixes](https://github.com/tdewolff/minify/commit/a72c2ec610988130ae82e34cea4466a06a16457c) https://github.com/tdewolff/minify/issues/670
- [JS: fix precedence of OptionalChaining expression](https://github.com/tdewolff/parse/commit/3b2a162fdb5403e0e8fd3e120da653375f970265)
- [JS: fix parsing of 'export default expr' where expression can only be an assignment expression](https://github.com/tdewolff/parse/commit/3381c44c56c03890f434f45d0ecca109ffe6a24b)

Page 3 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.