Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

express-rate-limit

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-rate-limit - npm Package Compare versions

Comparing version 2.1.0 to 2.1.2

19

package.json
{
"name": "express-rate-limit",
"version": "2.1.0",
"version": "2.1.2",
"description": "Basic rate-limiting middleware for Express. Use to limit access to public endpoints such as account creation and password reset.",

@@ -21,2 +21,4 @@ "homepage": "https://github.com/nfriedly/express-rate-limit",

"limit",
"ratelimit",
"rate-limit",
"middleware",

@@ -26,3 +28,8 @@ "ip",

"authorization",
"security"
"security",
"brute",
"force",
"bruteforce",
"brute-force",
"attack"
],

@@ -35,6 +42,6 @@ "dependencies": {

"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-cli": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-cli": "^2.0.0",

@@ -41,0 +48,0 @@ "jshint-stylish": "^2.1.0",

@@ -11,3 +11,3 @@ # Express Rate Limit

Note: this module does not share state with other processes/servers.
If you need a more robust solution, I recommend checking out the excellent [strict-rate-limiter](https://www.npmjs.com/package/strict-rate-limiter)
If you need a more robust solution, I recommend checking out [strict-rate-limiter](https://www.npmjs.com/package/strict-rate-limiter) or [express-brute](https://www.npmjs.com/package/express-brute), both are excelent pieces of software.

@@ -14,0 +14,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc