| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.4.5 version source code.tar.gz | 2026-07-09 | 2.5 MB | |
| 5.4.5 version source code.zip | 2026-07-09 | 3.2 MB | |
| README.md | 2026-07-09 | 629 Bytes | |
| Totals: 3 Items | 5.7 MB | 0 | |
- Fixed
controlFlowFlatteningintermittently dropping arguments of a spread call (e.g.foo(...args)) when it reused a control flow wrapper of a same-arity plain call. Fixes https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1423 - Fixed
selfDefendingmaking obfuscated code run several times slower on Bun/JavaScriptCore. Fixes https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1421 - Fixed dropped parentheses around an
inoperator inside an arrow body in afor-init, producing unparsable output. Fixes https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1419