Bug#1108964: ITP: node-deep-freeze -- Recursively freeze JavaScript objects
Package: wnpp
Severity: wishlist
Owner: Edward Betts <edward@4angle.com>
X-Debbugs-Cc: debian-devel@lists.debian.org
* Package name : node-deep-freeze
Version : 0.0.1
Upstream Author : James Halliday <mail@substack.net>
* URL : https://github.com/substack/deep-freeze
* License : Public domain
Programming Lang: Javascript
Description : Recursively freeze JavaScript objects
This library allows users to recursively apply `Object.freeze()` to JavaScript
objects. It ensures that all properties of the object, that are also objects
or functions, are made immutable. This can be useful in scenarios where an
application requires strict immutability of objects to prevent their
modification at any level, thereby maintaining a consistent and predictable
state within the system.
This library is a dependancy of Home Assistant, the smart home platform.
I plan to maintain this package as part of the Javascript team.
Reply to: