secure-random : Normalize the creation of cryptographically strong random values.. You can installing secure-random npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install secure-random $ sudo npm install -g secure-random
If want to update the secure-random package execute the command as below,
$ sudo npm update secure-random
Update package globally,
$ npm install -g secure-random
$ sudo git clone https://github.com/rektide/secure-random.git
$ sudo npm install -g ./secure-random
secure-random@1.1.1 /usr/lib/node_modules/secure-random
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall secure-random
| Package Name | secure-random |
| Version | 1.1.1 |
| Description | Normalize the creation of cryptographically strong random values. |
| Released Date | 2014-06-30T21:13:39.304Z |
| Published by | jp |
| How to Learn | https://www.npmjs.com/package/secure-random/tutorial |