libsodium-wrappers : The Sodium cryptographic library compiled to pure JavaScript (wrappers). You can installing libsodium-wrappers 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 libsodium-wrappers $ sudo npm install -g libsodium-wrappers
If want to update the libsodium-wrappers package execute the command as below,
$ sudo npm update libsodium-wrappers
Update package globally,
$ npm install -g libsodium-wrappers
$ sudo git clone https://github.com/rektide/libsodium-wrappers.git
$ sudo npm install -g ./libsodium-wrappers
libsodium-wrappers@0.7.2 /usr/lib/node_modules/libsodium-wrappers
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall libsodium-wrappers
Package Name | libsodium-wrappers |
Version | 0.7.2 |
Description | The Sodium cryptographic library compiled to pure JavaScript (wrappers) |
Released Date | 2017-10-18T23:00:34.136Z |
Published by | jedisct1 |
How to Learn | https://www.npmjs.com/package/libsodium-wrappers/tutorial |