Tdewolff-minify

Latest version: v2.20.20

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

Scan your dependencies

Page 1 of 18

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)

2.20.16

- [cmd: revert to report error when specified file has no extension for a minifier](https://github.com/tdewolff/minify/commit/b082f0427cff58d2bd8cba3c38c9a1bbc3da79a5)
- [JS: fix memory bug with bang-comments](https://github.com/tdewolff/minify/commit/577ab958a3172d8fceb2e1b36ab7b18aeb675f03)

2.20.15

- [Fix ResponseWriter to not minify if there is no supported RequestURI extension or supported Content-Type header, fixes](https://github.com/tdewolff/minify/commit/f9aa0ad0c35a277f044a0c72b99db68bc4c66d36) https://github.com/tdewolff/minify/issues/660
- [JS: fix parsing of comments in expressions and keep all bang-comments at the top of the statement list, fixes](https://github.com/tdewolff/minify/commit/d3022691eef0ee5fb68f34222167acdbc88abb7e) https://github.com/tdewolff/minify/issues/664
- [cmd: fix printing an error when writing to directory but it doesn't exist](https://github.com/tdewolff/minify/commit/8b9a65f91bb850c2c425b74dc4f962adba525334)
- [cmd: add Debug logging class, don't print error when can't infer mimetype from input but is excluded by --exclude](https://github.com/tdewolff/minify/commit/fcf5661e818c9275fd45370d94e94d7eec08b45e)
- cmd: update argp package with some fixes

Page 1 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.