bcryptjs : Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to bcrypt.. You can installing bcryptjs 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 bcryptjs $ sudo npm install -g bcryptjs
If want to update the bcryptjs package execute the command as below,
$ sudo npm update bcryptjs
Update package globally,
$ npm install -g bcryptjs
$ sudo git clone https://github.com/rektide/bcryptjs.git
$ sudo npm install -g ./bcryptjs
bcryptjs@2.4.3 /usr/lib/node_modules/bcryptjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bcryptjs
Package Name | bcryptjs |
Version | 2.4.3 |
Description | Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to bcrypt. |
Released Date | 2017-02-07T09:43:46.316Z |
Published by | dcode |
How to Learn | https://www.npmjs.com/package/bcryptjs/tutorial |