ProtectJS
ProtectJS copied to clipboard
Include options to protection
- Deep object protection
- Freeze
- Seal
- Protection prefix
- Mode (undefined/throw)
- Keys to protect
{
deep: numberOfLevels || true,
freeze: true,
seal: true,
protectionPrefix: '__',
mode: Protect.Modes.THROW,
keys: ['privateKey', 'systemConfig', 'init']
}