Tdewolff-minify

Latest version: v2.20.37

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

Scan your dependencies

Page 9 of 21

2.12.0

Fix JS binding and release process

2.11.12

There has been a lot of (unfinished) work on the JS binding, and a `config` method has been added to the JS and Python bindings. Additionally, metadata for the Docker image has been added.

- [JS: keep assignment order when merging left->right variable declarations, see](https://github.com/tdewolff/minify/commit/be0629b2ad72a3f722dcfbf4ac57be5923aa9e7c) https://github.com/tdewolff/minify/issues/509
- [Revert "JS: remove else in second/third/... else-if when preceded by a return/break/continue/throw statement", fixes](https://github.com/tdewolff/minify/commit/6e2dbbde3aee8bb2eeafcebe2190318f313451f5) https://github.com/tdewolff/minify/issues/509
- [JS: fix panic for variable declarations from OSSFuzz](https://github.com/tdewolff/minify/commit/daf1d974b2e3a6ed539aeced629547db62a2ef22)
- [JS: support private class methods and fields named 'static',](https://github.com/tdewolff/minify/commit/587a10297348443724b060ff622407afb90f63b9) [fixes](https://github.com/tdewolff/minify/commit/587a10297348443724b060ff622407afb90f63b9) https://github.com/tdewolff/minify/issues/514

2.11.11

- [JS: fix parenthesis around expressions object literals when followed by other nested statements in expressions, fixes](https://github.com/tdewolff/minify/commit/36a653fd384259f7a8e39fb2e754d8379aaa6f06) https://github.com/tdewolff/minify/issues/494

2.11.10

- [JS: remove else in second/third/... else-if when preceded by a return…](https://github.com/tdewolff/minify/commit/a66515866912e7c4bfc38e1a04866efe2385e05d)
- [JS: add support for static class fields and static class blocks,](https://github.com/tdewolff/minify/commit/c72f866c4617e832ac33682a554e15d1514eb9c1) [fixes](https://github.com/tdewolff/minify/commit/c72f866c4617e832ac33682a554e15d1514eb9c1) https://github.com/tdewolff/minify/issues/488

2.11.9

- [JS: convert only strings in expressions to template literals, not obj…](https://github.com/tdewolff/minify/commit/b31a40e04c10c0d858ce3f4cac9fd08576a97312)
- [JS: keep assignments with side-effects when removing let/const declar…](https://github.com/tdewolff/minify/commit/c1fb3fc128955d35372f57f55661db525d7126da)
- [JS: compress a?b(c):b(d) to b(a?c:d)](https://github.com/tdewolff/minify/commit/ccc7b835c41e2d12035706119c78de289dee3bf4)
- [JS: optimize statement lists in labelled staments](https://github.com/tdewolff/minify/commit/3a6f1f659e3e62a36b6ed3e94c20307f784b24de)

2.11.8

- [JS: refactor var renaming](https://github.com/tdewolff/minify/commit/e5f8006d6c593e7d638ca7c549bb3a9fd7151e46)
- [JS: remove catch parameter if not used](https://github.com/tdewolff/minify/commit/2e77ff31bcd4eab25e4afc058c4a521384be68b0)
- [JS: optimize a===null||a===undefined to a==null](https://github.com/tdewolff/minify/commit/373a332ecfa1b968127fd10963f6b58e717f01b8)
- [JS: write a!=null?a():undefined as a?.()](https://github.com/tdewolff/minify/commit/b2c6f7876028bb45081e27ac18ddfb7ab5341b49)

Page 9 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.