@types/koa
Advanced tools
Comparing version 2.11.7 to 2.11.8
@@ -8,2 +8,3 @@ // Type definitions for Koa 2.11.0 | ||
// Wooram Jun <https://github.com/chatoo2412> | ||
// Christian Vaagland Tellnes <https://github.com/tellnes> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -26,3 +27,3 @@ // TypeScript Version: 2.3 | ||
import { EventEmitter } from 'events'; | ||
import { IncomingMessage, ServerResponse, Server } from 'http'; | ||
import { IncomingMessage, ServerResponse, Server, IncomingHttpHeaders, OutgoingHttpHeaders } from 'http'; | ||
import { Http2ServerRequest, Http2ServerResponse } from 'http2'; | ||
@@ -36,2 +37,3 @@ import httpAssert = require('http-assert'); | ||
import * as contentDisposition from 'content-disposition'; | ||
import { ParsedUrlQuery } from 'querystring'; | ||
@@ -42,3 +44,3 @@ declare interface ContextDelegatedRequest { | ||
*/ | ||
header: any; | ||
header: IncomingHttpHeaders; | ||
@@ -48,3 +50,3 @@ /** | ||
*/ | ||
headers: any; | ||
headers: IncomingHttpHeaders; | ||
@@ -81,3 +83,3 @@ /** | ||
*/ | ||
query: any; | ||
query: ParsedUrlQuery; | ||
@@ -586,3 +588,3 @@ /** | ||
*/ | ||
header: any; | ||
header: OutgoingHttpHeaders; | ||
@@ -592,3 +594,3 @@ /** | ||
*/ | ||
headers: any; | ||
headers: OutgoingHttpHeaders; | ||
@@ -595,0 +597,0 @@ /** |
{ | ||
"name": "@types/koa", | ||
"version": "2.11.7", | ||
"version": "2.11.8", | ||
"description": "TypeScript definitions for Koa", | ||
@@ -31,2 +31,7 @@ "license": "MIT", | ||
"githubUsername": "chatoo2412" | ||
}, | ||
{ | ||
"name": "Christian Vaagland Tellnes", | ||
"url": "https://github.com/tellnes", | ||
"githubUsername": "tellnes" | ||
} | ||
@@ -52,4 +57,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "4c90abe96c5bf725e64dae0dff2488231d83ad1af3a5d83175c175373eeb238a", | ||
"typesPublisherContentHash": "f1c77c2be940d315632715a4ba1520d23fc209f561fffbe6eb5d7fd1068fe9d7", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 27 Jan 2021 08:39:44 GMT | ||
* Last updated: Fri, 12 Feb 2021 14:42:44 GMT | ||
* Dependencies: [@types/accepts](https://npmjs.com/package/@types/accepts), [@types/cookies](https://npmjs.com/package/@types/cookies), [@types/http-assert](https://npmjs.com/package/@types/http-assert), [@types/http-errors](https://npmjs.com/package/@types/http-errors), [@types/keygrip](https://npmjs.com/package/@types/keygrip), [@types/koa-compose](https://npmjs.com/package/@types/koa-compose), [@types/content-disposition](https://npmjs.com/package/@types/content-disposition), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [DavidCai1993](https://github.com/DavidCai1993), [jKey Lu](https://github.com/jkeylu), [Brice Bernard](https://github.com/brikou), [harryparkdotio](https://github.com/harryparkdotio), and [Wooram Jun](https://github.com/chatoo2412). | ||
These definitions were written by [DavidCai1993](https://github.com/DavidCai1993), [jKey Lu](https://github.com/jkeylu), [Brice Bernard](https://github.com/brikou), [harryparkdotio](https://github.com/harryparkdotio), [Wooram Jun](https://github.com/chatoo2412), and [Christian Vaagland Tellnes](https://github.com/tellnes). |
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
24401
647