js-freeze
v1.0.0
Published
Freezes many builtin js objects to prevent modification of core js functions, and improve security.
Maintainers
Readme
Random Number JS
Freezes many builtin js objects to prevent modification of core js functions, and improve security
Also disables the eval function.
Installation
node.js
npm install @aspiesoft/js-freeze
cdn
<script src="https://cdn.jsdelivr.net/gh/AspieSoft/[email protected]/js-freeze.min.js"></script>
Usage
// thats it, everything is loaded on the server
require('@aspiesoft/js-freeze');
