@types/koa
Advanced tools
Comparing version 2.0.34 to 2.0.35
@@ -46,2 +46,4 @@ // Type definitions for Koa 2.x | ||
inspect(): any; | ||
[key: string]: any; | ||
} | ||
@@ -48,0 +50,0 @@ |
{ | ||
"name": "@types/koa", | ||
"version": "2.0.34", | ||
"description": "TypeScript definitions for Koa 2.x", | ||
"version": "2.0.35", | ||
"description": "TypeScript definitions for Koa", | ||
"license": "MIT", | ||
@@ -18,4 +18,3 @@ "author": "DavidCai1993 <https://github.com/DavidCai1993>", | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "fcf4d76a93e5aae78723796bc5cc97e5d4b9991ad72ae975d918d124a4aa96a0" | ||
"typesPublisherContentHash": "3b3997c1a3a474272805bbd233ca96d5d6e5e601ec249f81626ffa5e14972fb1" | ||
} |
@@ -5,15 +5,14 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Koa 2.x (http://koajs.com). | ||
This package contains type definitions for Koa (http://koajs.com). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/koa | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/koa | ||
Additional Details | ||
* Last updated: Mon, 14 Nov 2016 19:34:56 GMT | ||
* File structure: ProperModule | ||
* Last updated: Tue, 13 Dec 2016 21:09:28 GMT | ||
* Library Dependencies: node | ||
* Module Dependencies: cookies, events, http, net | ||
* Global values: Koa | ||
* Global values: none | ||
# Credits | ||
These definitions were written by DavidCai1993 <https://github.com/DavidCai1993>. |
{ | ||
"authors": "DavidCai1993 <https://github.com/DavidCai1993>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
@@ -15,11 +14,8 @@ "node" | ||
"libraryMinorVersion": 0, | ||
"libraryName": "Koa 2.x", | ||
"libraryName": "Koa", | ||
"typingsPackageName": "koa", | ||
"projectName": "http://koajs.com", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"Koa" | ||
], | ||
"sourceBranch": "master", | ||
"globals": [], | ||
"declaredModules": [ | ||
@@ -32,3 +28,3 @@ "koa" | ||
"hasPackageJson": false, | ||
"contentHash": "fcf4d76a93e5aae78723796bc5cc97e5d4b9991ad72ae975d918d124a4aa96a0" | ||
"contentHash": "3b3997c1a3a474272805bbd233ca96d5d6e5e601ec249f81626ffa5e14972fb1" | ||
} |
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
7369
183
18