| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.4.4 version source code.tar.gz | 2026-07-09 | 2.5 MB | |
| 5.4.4 version source code.zip | 2026-07-09 | 3.2 MB | |
| README.md | 2026-07-09 | 549 Bytes | |
| Totals: 3 Items | 5.7 MB | 0 | |
- Optimized scope identifiers transformer performance
- Optimized identifier renaming performance by reusing scope analysis between transformers
- Fixed
Invalid regular expressionerror when obfuscating code that uses ES2025 RegExp pattern modifiers (e.g./(?i:abc)/). Fixes https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1410 - Fixed
SyntaxErrorwhen obfuscating a class that extends a boolean literal (e.g.class C extends true {}). Fixes https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1131