Skip to content

Releases: javascript-obfuscator/javascript-obfuscator

2.15.5 release

22 Jun 13:31
ac8b8c4
Compare
Choose a tag to compare
  • Improved stringArray calls wrapper decode code

2.15.4 release

17 Jun 17:40
08aad1b
Compare
Choose a tag to compare
  • Improved stringArray calls wrapper code

2.15.3 release

16 Jun 07:46
993cf7a
Compare
Choose a tag to compare
  • Slightly improved integration between deadCodeInjection and stringArrayWrappersChainedCalls options

2.15.2 release

13 Jun 09:22
b26692a
Compare
Choose a tag to compare
  • Fixed invalid behaviour of transformObjectKeys option when object values contains this references. Fixed #937

2.15.1 release

12 Jun 07:24
21c6fa8
Compare
Choose a tag to compare
  • Hotfix: domainDest => domainLockRedirectUrl option rename

2.15.0 release

10 Jun 20:51
0096f16
Compare
Choose a tag to compare
  • Added domainDest option that option allows the browser to be redirected to a passed domain if the source code isn't run on the domains specified by domainLock.
  • ObfuscationResult object now contains getOptions method to get options that were used during obfuscation

2.14.0 release

31 May 17:28
5b5d0eb
Compare
Choose a tag to compare
  • Added identifierNamesCache option for reading and writing identifier names cache. See README.md.
  • CLI: Added --identifier-names-cache-path option for reading and writing identifier names cache. See README.md.

2.13.0 release

23 May 08:45
33df42b
Compare
Choose a tag to compare
  • Fixed invalid code generation for start/middle rest arguments when controlFlowFlattenig option is enabled. Fixed #920
  • Internal: Added support of node@16 and dropped support of node@10. This should not affect obfuscated code

2.12.0 release

12 Apr 19:26
36ea9c0
Compare
Choose a tag to compare
  • stringArray calls wrappers now inserted as FunctionDeclaration nodes at random indexes

2.11.1 release

07 Apr 17:23
99194f1
Compare
Choose a tag to compare
  • CLI: now it's possible to specify the path to the input file after specifying the obfuscator options. Fixed #904