ProtectJS icon indicating copy to clipboard operation
ProtectJS copied to clipboard

Include options to protection

Open TremayneChrist opened this issue 8 years ago • 0 comments

  • 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']
}

TremayneChrist avatar Aug 16 '16 20:08 TremayneChrist