nonce : returns unique and ever increasing timestamps. You can installing nonce 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 nonce $ sudo npm install -g nonce
If want to update the nonce package execute the command as below,
$ sudo npm update nonce
Update package globally,
$ npm install -g nonce
$ sudo git clone https://github.com/rektide/nonce.git
$ sudo npm install -g ./nonce
nonce@1.0.4 /usr/lib/node_modules/nonce
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nonce
| Package Name | nonce |
| Version | 1.0.4 |
| Description | returns unique and ever increasing timestamps |
| Released Date | 2016-06-24T18:09:56.915Z |
| Published by | abrkn |
| How to Learn | https://www.npmjs.com/package/nonce/tutorial |