@types/express-slow-down
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -94,2 +94,8 @@ // Type definitions for express-slow-down 1.3 | ||
/** | ||
* Add `X-SlowDown-Limit`, `X-SlowDown-Remaining`, and if the store supports it, | ||
* `X-SlowDown-Reset` headers to all responses. | ||
*/ | ||
headers?: boolean; | ||
/** | ||
* Function used to generate keys. By default user IP address (`req.ip`) is used. | ||
@@ -96,0 +102,0 @@ * Default: `(req, res) => req.ip` |
{ | ||
"name": "@types/express-slow-down", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "TypeScript definitions for express-slow-down", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-slow-down", | ||
}, | ||
"typesPublisherContentHash": "55758e2383a4e99cab99ab3a6307c076ea68a718aa7a1517dcbf4bcd4d49ef87", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "bdb7f6ab6191a8975b7401fbaec68f4e361f46c3321af4fb1269bc51dc0f52db", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 12:01:22 GMT | ||
* Last updated: Fri, 15 Oct 2021 21:31:29 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7079
104