@types/koa
Advanced tools
Comparing version 2.13.3 to 2.13.4
@@ -472,8 +472,8 @@ // Type definitions for Koa 2.13.1 | ||
constructor(options?: { | ||
env?: string, | ||
keys?: string[], | ||
proxy?: boolean, | ||
subdomainOffset?: number, | ||
proxyIpHeader?: string, | ||
maxIpsCount?: number | ||
env?: string | undefined, | ||
keys?: string[] | undefined, | ||
proxy?: boolean | undefined, | ||
subdomainOffset?: number | undefined, | ||
proxyIpHeader?: string | undefined, | ||
maxIpsCount?: number | undefined | ||
}); | ||
@@ -734,3 +734,3 @@ | ||
*/ | ||
respond?: boolean; | ||
respond?: boolean | undefined; | ||
} | ||
@@ -737,0 +737,0 @@ |
{ | ||
"name": "@types/koa", | ||
"version": "2.13.3", | ||
"version": "2.13.4", | ||
"description": "TypeScript definitions for Koa", | ||
@@ -67,4 +67,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa", | ||
}, | ||
"typesPublisherContentHash": "6dbafebf19abaaa91d154d7eb69ac0873c8376e5bda7726e92ebd16ac566272d", | ||
"typesPublisherContentHash": "1bacf51a315ca77670b0db1e3aee560f76efccc3ea88f59dd323f8ccf34b6a33", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 28 May 2021 20:31:25 GMT | ||
* Last updated: Tue, 06 Jul 2021 22:02:37 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) | ||
@@ -14,0 +14,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
25944