Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Include options to protection #7

Description

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions