| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.4.6 version source code.tar.gz | 2026-07-09 | 2.5 MB | |
| 5.4.6 version source code.zip | 2026-07-09 | 3.2 MB | |
| README.md | 2026-07-09 | 238 Bytes | |
| Totals: 3 Items | 5.7 MB | 0 | |
- Fixed unicode (
\uXXXX,\u{XXXX}) and hex (\xXX) escape sequences of string literals being un-escaped into their literal characters during obfuscation. Fixes https://github.com/javascript-obfuscator/javascript-obfuscator/issues/345