Pakket: node-deep-freeze (0.0.1+~cs0.1.5-1)
Verwijzigingen voor node-deep-freeze
Debian bronnen:
Het bronpakket node-deep-freeze downloaden:
- [node-deep-freeze_0.0.1+~cs0.1.5-1.dsc]
- [node-deep-freeze_0.0.1+~cs0.1.5.orig-types-deep-freeze.tar.gz]
- [node-deep-freeze_0.0.1+~cs0.1.5.orig.tar.gz]
- [node-deep-freeze_0.0.1+~cs0.1.5-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.