Socket
Socket
Sign inDemoInstall

rate-limiter-flexible

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rate-limiter-flexible - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

lib/component/index.d.ts

6

lib/index.d.ts

@@ -144,2 +144,3 @@ export interface IRateLimiterRes {

* @param key is usually IP address or some unique client id
* @param options
* @returns Promise, which:

@@ -209,2 +210,7 @@ * - `resolved` with RateLimiterRes if key is set

constructor(opts: IRateLimiterStoreOptions);
/**
* Cleanup keys blocked in current process memory
*/
deleteInMemoryBlockedAll(): void;
}

@@ -211,0 +217,0 @@

2

package.json
{
"name": "rate-limiter-flexible",
"version": "2.3.2",
"version": "2.3.3",
"description": "Node.js rate limiter by key and protection from DDoS and Brute-Force attacks in process Memory, Redis, MongoDb, Memcached, MySQL, PostgreSQL, Cluster or PM",

@@ -5,0 +5,0 @@ "main": "index.js",

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