@types/content-type
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -12,3 +12,3 @@ // Type definitions for content-type 1.1 | ||
type: string; | ||
parameters: {[key: string]: string}; | ||
parameters: { [key: string]: string }; | ||
} | ||
@@ -18,7 +18,7 @@ | ||
type: string; | ||
parameters?: {[key: string]: string} | undefined; | ||
parameters?: { [key: string]: string } | undefined; | ||
} | ||
export interface RequestLike { | ||
headers: {[header: string]: string | string[] | undefined}; | ||
headers: { [header: string]: string | string[] | undefined }; | ||
} | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@types/content-type", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "TypeScript definitions for content-type", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/content-type", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "890d691e33bb5622241e758ab7395b284ee7dcc7205c813f511c5d91254927a0", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "bdd17cc904c544da99f40e55263fd4fb90d243022c4f47045637de1977e245e5", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -22,3 +22,3 @@ # Installation | ||
type: string; | ||
parameters: {[key: string]: string}; | ||
parameters: { [key: string]: string }; | ||
} | ||
@@ -28,7 +28,7 @@ | ||
type: string; | ||
parameters?: {[key: string]: string} | undefined; | ||
parameters?: { [key: string]: string } | undefined; | ||
} | ||
export interface RequestLike { | ||
headers: {[header: string]: string | string[] | undefined}; | ||
headers: { [header: string]: string | string[] | undefined }; | ||
} | ||
@@ -43,3 +43,3 @@ | ||
### Additional Details | ||
* Last updated: Fri, 09 Jul 2021 02:32:23 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:41:09 GMT | ||
* Dependencies: none | ||
@@ -46,0 +46,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
4470