@types/koa
Advanced tools
Comparing version 2.0.46 to 2.0.47
@@ -662,2 +662,6 @@ // Type definitions for Koa 2.x | ||
onerror(err: Error): void; | ||
/** | ||
* Custom properties. | ||
*/ | ||
[key: string]: any; | ||
} | ||
@@ -664,0 +668,0 @@ |
{ | ||
"name": "@types/koa", | ||
"version": "2.0.46", | ||
"version": "2.0.47", | ||
"description": "TypeScript definitions for Koa", | ||
@@ -24,2 +24,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -33,3 +34,2 @@ "type": "git", | ||
"@types/cookies": "*", | ||
"@types/events": "*", | ||
"@types/http-assert": "*", | ||
@@ -40,4 +40,4 @@ "@types/keygrip": "*", | ||
}, | ||
"typesPublisherContentHash": "514fdf06e4aa8301b5a52b4af8598785eb53e10c6643d7a8cd0c22f4b98524a1", | ||
"typesPublisherContentHash": "5501a2ebc4e7459e9480137503bbd4db510d0726f098b8075badffcb5dfb13ea", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 01 Jun 2018 16:26:34 GMT | ||
* Dependencies: accepts, cookies, events, http, http2, http-assert, keygrip, koa-compose, net, url, node | ||
* Last updated: Tue, 20 Nov 2018 18:02:56 GMT | ||
* Dependencies: accepts, cookies, http-assert, keygrip, koa-compose, node | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
21192
6
625
- Removed@types/events@*
- Removed@types/events@3.0.3(transitive)