Global Concealing

Global Concealing hides global variables being accessed.

Option name: "globalConcealing"

Option values: true/false/0-1/Function


Input / Output

This example showcases how Global Concealing transforms the code. Try it out by changing the input code and see changes apply in real-time.

Input.js

Output.js


Custom Implementation

options.globalConcealing(name)

Control which globals are changed. Returns a boolean.

Parameter Type Description
name string The global variable proposed to be concealed.

Usage Example

The provided code example will obfuscate the file input.js and write the output to a file named output.js.

Usage Example


Enabled In