Skip to content

v2.8.0

Compare
Choose a tag to compare
@j4k0xb j4k0xb released this 12 Aug 20:52
· 192 commits to master since this release

Features

  • Mangle names: function _0x379214(_0x5e1b2e) { -> function a(b) {
    • CLI option: -m, --mangle
    • JS API: await webcrack(code, { mangle: true });
    • Playground: image
  • View unpacked bundle modules in the playground
    image
  • Flip *, ^, &, | operators, negative numbers, NaN/Infinity. E.g. if (1 & x) -> if (x & 1)
  • Detect more webpackJsonp variations: (this.webpackJsonp = this.webpackJsonp || []).push(...)

Performance

  • 50% faster esm conversion