github javascript-obfuscator/javascript-obfuscator 0.10.0

latest releases: 4.1.0, 4.0.1, 4.0.0...
6 years ago
  • New option: deadCodeInjection. With this option random blocks of dead code will add to the obfuscated code.
  • New option: deadCodeInjectionThreshold allows to set percentage of nodes that will affected by deadCodeInjection.
  • New option: mangle enables mangling of variable names.
  • New CLI option: --config allows to set config file with obfuscator options.
  • Breaking change: disableConsoleOutput option now disabled by default.
  • Breaking change: escapeUnicodeSequence option now disabled by default.
  • controlFlowFlattening now affects string literal nodes.
  • Increased runtime performance with rc4 stringArrayEncoding.
  • Added support for async functions
  • Fixed #71
  • Fixed #65
  • Fixed #60
  • Fixed #59
  • Fixed #54
  • Fixed #57
  • Fixed #58
  • Fixed #58

Don't miss a new javascript-obfuscator release

NewReleases is sending notifications on new releases.