JSDefender Change Log V1.3 Build 0 – Release Date May 06, 2020
Reading Time: < 1 minute
Change Log – Version 1.3.0 – Release Date May 06, 2020
Features
pjsd-core
IntegerLiteralTransform
now has two new optional configuration settings,lower
, andupper
, to set the range of numeric literals to obfuscate.DomainLockTransform
now accepts multiple domain name patterns separated by semicolons.- When the protection detects an unsafe construct, it displays the source code locations of the issue.
Fixes
pjsd-core
DomainLockTransform
now works on legacy Edge.
pjsd-metro-plugin
- The Metro Plugin is now skipped in debug mode, instead of exiting and breaking the build.
Documentation
- Documented how to setup PJSD Webpack Plugin for Ionic4+ with React16+ projects.