ssri : Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.. You can installing ssri 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 ssri $ sudo npm install -g ssri
If want to update the ssri package execute the command as below,
$ sudo npm update ssri
Update package globally,
$ npm install -g ssri
$ sudo git clone https://github.com/rektide/ssri.git
$ sudo npm install -g ./ssri
ssri@5.0.0 /usr/lib/node_modules/ssri
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ssri
| Package Name | ssri |
| Version | 5.0.0 |
| Description | Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec. |
| Released Date | 2017-10-23T18:24:16.172Z |
| Published by | zkat |
| How to Learn | https://www.npmjs.com/package/ssri/tutorial |