Project / 09 · Runtime

Readonly View

STABLE

Deeply readonly, lazy, live views over owner-controlled mutable JavaScript data.

Purpose

Exposes live internal data without exposing mutation through the published view.

Source

Scope & ownership

  • What it owns

    A lazy readonly membrane over supported data, with identity preservation for shared references and cycles.

    Source

Boundaries & limitations

What the application owns

Mutable source aliases and updates. This is not a snapshot, state manager or security sandbox.

Source

Install

npm install @nipe-solutions/readonly-view@2.0.1

MIT license · @nipe-solutions/readonly-view · 2.0.1