babel-plugin-transform-phonetize

2.0.0 • Public • Published

babel-plugin-transform-phonetize

babel plugin to rename identifiers in a file to randomly generated pronounceable names

Useful for deobfuscation.

npm travis standard

Install

npm install babel-plugin-transform-phonetize

Usage

{
  "plugins": [
    ["transform-phonetize", {
      "maxLength": 4,
      "except": ["idx"]
    }]
  ]
}

Options

  • maxLength - Maximum length of the original identifier name. Only names shorter than this length will be renamed. This way variables that already have meaningful names will not be touched. Defaults to 3.
  • except - Array of identifier names not to rename.

License

Apache-2.0

Package Sidebar

Install

npm i babel-plugin-transform-phonetize

Weekly Downloads

3

Version

2.0.0

License

Apache-2.0

Unpacked Size

4.58 kB

Total Files

6

Last publish

Collaborators

  • goto-bus-stop