xss-filters : Secure XSS Filters - Just sufficient output filtering to prevent XSS!. You can installing xss-filters 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 xss-filters $ sudo npm install -g xss-filters
If want to update the xss-filters package execute the command as below,
$ sudo npm update xss-filters
Update package globally,
$ npm install -g xss-filters
$ sudo git clone https://github.com/rektide/xss-filters.git
$ sudo npm install -g ./xss-filters
xss-filters@1.2.7 /usr/lib/node_modules/xss-filters
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall xss-filters
| Package Name | xss-filters |
| Version | 1.2.7 |
| Description | Secure XSS Filters - Just sufficient output filtering to prevent XSS! |
| Released Date | 2016-09-12T20:01:04.388Z |
| Published by | adon |
| How to Learn | https://www.npmjs.com/package/xss-filters/tutorial |