@types/content-type
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -21,3 +21,3 @@ // Type definitions for content-type 1.1 | ||
export interface RequestLike { | ||
headers: {[header: string]: string | string[]}; | ||
headers: {[header: string]: string | string[] | undefined}; | ||
} | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "@types/content-type", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "TypeScript definitions for content-type", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Hiroki Horiuchi", | ||
"url": "https://github.com/horiuchi" | ||
"url": "https://github.com/horiuchi", | ||
"githubUsername": "horiuchi" | ||
}, | ||
{ | ||
"name": "BendingBender", | ||
"url": "https://github.com/BendingBender" | ||
"url": "https://github.com/BendingBender", | ||
"githubUsername": "BendingBender" | ||
} | ||
@@ -24,4 +26,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "407ac3980dc8219b0b2359447369513418092b40344071ce54882fb7c08cf058", | ||
"typesPublisherContentHash": "a1db0c854c4da29920a2673be19a42da6994db2c46c340b527749edeafd8c507", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 17 Aug 2017 20:28:47 GMT | ||
* Last updated: Tue, 14 Nov 2017 17:15:27 GMT | ||
* Dependencies: none | ||
@@ -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
3389