@types/express-slow-down
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -34,3 +34,3 @@ // Type definitions for express-slow-down 1.3 | ||
*/ | ||
resetTime?: number; | ||
resetTime?: number | undefined; | ||
@@ -63,3 +63,3 @@ /** | ||
*/ | ||
windowMs?: number; | ||
windowMs?: number | undefined; | ||
@@ -70,3 +70,3 @@ /** | ||
*/ | ||
delayAfter?: number; | ||
delayAfter?: number | undefined; | ||
@@ -77,3 +77,3 @@ /** | ||
*/ | ||
delayMs?: number; | ||
delayMs?: number | undefined; | ||
@@ -85,3 +85,3 @@ /** | ||
*/ | ||
maxDelayMs?: number; | ||
maxDelayMs?: number | undefined; | ||
@@ -91,3 +91,3 @@ /** | ||
*/ | ||
skipFailedRequests?: boolean; | ||
skipFailedRequests?: boolean | undefined; | ||
@@ -97,3 +97,3 @@ /** | ||
*/ | ||
skipSuccessfulRequests?: boolean; | ||
skipSuccessfulRequests?: boolean | undefined; | ||
@@ -121,3 +121,3 @@ /** | ||
*/ | ||
store?: Store; | ||
store?: Store | undefined; | ||
} | ||
@@ -124,0 +124,0 @@ } |
{ | ||
"name": "@types/express-slow-down", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "TypeScript definitions for express-slow-down", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-slow-down", | ||
"license": "MIT", | ||
@@ -29,4 +30,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "a03417e761840761825e10ac42ce45eebb52aa6194c5b5fc20a32b6e6c7b3217", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "55758e2383a4e99cab99ab3a6307c076ea68a718aa7a1517dcbf4bcd4d49ef87", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 31 Jan 2020 22:06:33 GMT | ||
* Last updated: Thu, 08 Jul 2021 12:01:22 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Jeremy Forsythe (https://github.com/jdforsythe), and Josh Henderson (https://github.com/joshhendo). | ||
These definitions were written by [Jeremy Forsythe](https://github.com/jdforsythe), and [Josh Henderson](https://github.com/joshhendo). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6881
0