express-brute : A brute-force protection middleware for express routes that rate limits incoming requests. You can installing express-brute 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 express-brute $ sudo npm install -g express-brute
If want to update the express-brute package execute the command as below,
$ sudo npm update express-brute
Update package globally,
$ npm install -g express-brute
$ sudo git clone https://github.com/rektide/express-brute.git
$ sudo npm install -g ./express-brute
express-brute@1.0.1 /usr/lib/node_modules/express-brute
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall express-brute
Package Name | express-brute |
Version | 1.0.1 |
Description | A brute-force protection middleware for express routes that rate limits incoming requests |
Released Date | 2016-10-11T23:34:42.368Z |
Published by | adampflug |
How to Learn | https://www.npmjs.com/package/express-brute/tutorial |