JSDefender Change Log V2.4 Build 0 – Release Date May 6, 2021
Reading Time: < 1 minute
Change Log – Version 2.4.0 – Release Date May 6, 2021
Features
- jsdefender-core: JSDefender has a couple of changes that make it harder to reverse-engineer.
- jsdefender-core:
ControlFlowTransform
allows injecting fake test conditions with theinjectFakeCode
configuration option.
Fixes
- jsdefender-core: fix
errorScript
-related issues that cause parsing errors and not exceptions. - jsdefender-core: fix the multi-label control flow bug in
LocalDeclarationTransform
.