@types/express
Advanced tools
Comparing version 4.0.38 to 4.0.39
@@ -5,3 +5,3 @@ // Type definitions for Express 4.x | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
// TypeScript Version: 2.2 | ||
@@ -80,8 +80,3 @@ /* =================== USAGE =================== | ||
interface NextFunction extends core.NextFunction { } | ||
interface Request< | ||
Body = any, | ||
Query = any, | ||
Params = any, | ||
Cookies = any | ||
> extends core.Request<Body, Query, Params, Cookies> { } | ||
interface Request extends core.Request { } | ||
interface RequestHandler extends core.RequestHandler { } | ||
@@ -88,0 +83,0 @@ interface RequestParamHandler extends core.RequestParamHandler { } |
{ | ||
"name": "@types/express", | ||
"version": "4.0.38", | ||
"version": "4.0.39", | ||
"description": "TypeScript definitions for Express", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "32dc234bc1b9e25982326a18a6f8d09e9fd40e678721ea07f2d82d89d8ec3f45", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "51446cee04134591547aa8f623ea4a6dabeccd7870b7684f00dccb7d4f289bc6", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 00:19:45 GMT | ||
* Last updated: Thu, 26 Oct 2017 19:31:19 GMT | ||
* Dependencies: body-parser, serve-static, express-serve-static-core | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
5537
72