@types/koa
Advanced tools
Comparing version 2.0.51 to 2.0.52
@@ -15,3 +15,3 @@ // Type definitions for Koa 2.x | ||
async function (ctx: Koa.Context, next: Function) { | ||
async function (ctx: Koa.Context, next: Koa.Next) { | ||
// ... | ||
@@ -733,4 +733,6 @@ } | ||
interface Context extends ParameterizedContext {} | ||
type Next = () => Promise<any>; | ||
} | ||
export = Application; |
{ | ||
"name": "@types/koa", | ||
"version": "2.0.51", | ||
"version": "2.0.52", | ||
"description": "TypeScript definitions for Koa", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -45,4 +45,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "18a76915257d0548b259d1239f6eca66fad8c9220cfcf9ed098102dc9fe8603a", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "fe1fed9ee212cedc6719df1f56e4f1b6ea96dcfb5489f686a03dc3efce4294f0", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 16 Oct 2019 18:32:01 GMT | ||
* Last updated: Thu, 07 Nov 2019 17:55:20 GMT | ||
* Dependencies: @types/accepts, @types/cookies, @types/http-assert, @types/keygrip, @types/koa-compose, @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
22617
652