@types/koa-ratelimit
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -61,2 +61,7 @@ // Type definitions for koa-ratelimit 5.0 | ||
/** | ||
* Specify a prefix for the storage driver to use when creating key names. | ||
*/ | ||
namespace?: string | undefined; | ||
/** | ||
* Whether or not to disable the usage of rate limit headers. This defaults | ||
@@ -63,0 +68,0 @@ * to **false**. |
{ | ||
"name": "@types/koa-ratelimit", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "TypeScript definitions for koa-ratelimit", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-ratelimit", | ||
}, | ||
"typesPublisherContentHash": "e8844de4470ee208b217cb0b133473d640aaea21176240898604f24c07ebf72b", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "8573fd261eb3bc00e0e9702efcd5cbd0ba9a251cb769715a73bd43c2b8eeab99", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 26 Oct 2022 22:32:56 GMT | ||
* Last updated: Fri, 30 Jun 2023 21:02:52 GMT | ||
* Dependencies: [@types/ioredis](https://npmjs.com/package/@types/ioredis), [@types/koa](https://npmjs.com/package/@types/koa) | ||
@@ -14,0 +14,0 @@ * Global values: none |
5946
82