koa-helmet : Security header middleware collection for koa. You can installing koa-helmet 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 koa-helmet $ sudo npm install -g koa-helmet
If want to update the koa-helmet package execute the command as below,
$ sudo npm update koa-helmet
Update package globally,
$ npm install -g koa-helmet
$ sudo git clone https://github.com/rektide/koa-helmet.git
$ sudo npm install -g ./koa-helmet
koa-helmet@3.3.0 /usr/lib/node_modules/koa-helmet
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall koa-helmet
Package Name | koa-helmet |
Version | 3.3.0 |
Description | Security header middleware collection for koa |
Released Date | 2017-11-09T21:31:24.511Z |
Published by | venables |
How to Learn | https://www.npmjs.com/package/koa-helmet/tutorial |