moroz

Realy COOL deepFreeze

Usage no npm install needed!

<script type="module">
  import moroz from 'https://cdn.skypack.dev/moroz';
</script>

README

moroz

Really COOL deepFreeze

Build Status NPM version

'moroz' is a russian word that means such weather when everything deep freeze

Why?

Because deep-freeze are not maintained from 2012 and it have some important but unhandled issues and PRs. Numerous clones and forks exists but there is no one to solve all problems with object deep-freezing.

Features

  • makes objects deep frozen
  • works well with non enumerable properties
  • works well with symbol-named fields
  • works well with prototype chains
  • works well with circular reference
  • works well with pure objects (with null-prototype)
  • does not stop on nested frozen objects
  • does not crash on nuuls, buffers and old functions

Install

npm i moroz

Usage

const deepFreeze = require('moroz');

deepFreeze(objectToBeDeepFrozen);

License

MIT