2.0.2 • Published 8 years ago

@mfl/deep-freeze v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

deep-freeze

Build Status

Freezes an Object tree recursively. Does not detect cycles, so use this only on JSON like objects, not on a graph.

Also, this is useful for testing to assert your objects are not being mutated. There are not many situations where you would want this code to create immutable objects in production.

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago