| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.4.1 version source code.tar.gz | 2026-03-22 | 2.5 MB | |
| 5.4.1 version source code.zip | 2026-03-22 | 3.2 MB | |
| README.md | 2026-03-22 | 677 Bytes | |
| Totals: 3 Items | 5.7 MB | 13 | |
- Fixed
Utils.nodeRequirecausingReferenceError: require is not definedin browser build by making it lazy-evaluated - Fixed missing space between keywords (
return,throw,typeof) and Unicode surrogate pair identifiers in compact mode. Fixes https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1112 - Fixed
domainLockbeing case-sensitive — domain values are now normalized to lowercase. Fixes https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1182 - Removed
source-map-supportruntime dependency. Usenode --enable-source-mapsinstead. Fixes https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1149