1.0.0 • Published 3 years ago

@aspiesoft/js-freeze v1.0.0

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

Random Number JS

npm version GitHub top language GitHub license

npm downloads npm downloads jsDelivr hits (GitHub)

paypal

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/js-freeze@1.0/js-freeze.min.js"></script>

Usage

// thats it, everything is loaded on the server
require('@aspiesoft/js-freeze');