Reading Time: < 1 minute
Change Log – Version 0.8.1 – Release Date September 23, 2019
Fixes
- Stabilization of the CLI tool.
JSDefender Change Logs
LocalDeclarationTransform
bug (switch
scope handling) fixed.npm
link.LocalDeclarationTransform
now handles catch
handler variables properly if their name collides with variables in an outer declaration scope.LocalDeclarationTransform
now handles late variable declarations properly within function declarations.--idprefix
command-line option, you can fine-tune declaration prefixes when using multiple bundles.errorScript
configuration property of doaminLock
allows you to inject error handling script. This script is executed when the page is used from an invalid domain.yarn
.domainPattern
property) fixed.StringLiteralTransform
now uses a special name for its decoder function, which does not clash with other declaration names.DebuggerRemovalTransform
added to the protection chain.DebuggerRemovalTransform
added to the protection chain.ArrowFunctionExpression
handles parenthesized object literals properly.