@types/koa-bodyparser
Advanced tools
Comparing version 3.0.20 to 3.0.21
@@ -64,5 +64,5 @@ // Type definitions for koa-bodyparser v3.x | ||
onerror?: (err: Error, ctx: Koa.Context) => void; | ||
}): { (ctx: Koa.Context, next?: () => any): any }; | ||
}): Koa.Middleware; | ||
declare namespace bodyParser { } | ||
export = bodyParser; |
{ | ||
"name": "@types/koa-bodyparser", | ||
"version": "3.0.20", | ||
"description": "TypeScript definitions for koa-bodyparser v3.x", | ||
"version": "3.0.21", | ||
"description": "TypeScript definitions for koa-bodyparser", | ||
"license": "MIT", | ||
@@ -17,4 +17,3 @@ "author": "Jerry Chin <https://github.com/hellopao/>", | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "74a1378c12b0e29f899aedb71a9643f4c8f257cbf938f1ccd8768666724d18fd" | ||
"typesPublisherContentHash": "bb5d1dc4be102e4372e6c58beba4f1ed175a3e97a8db3323e4bb83b93845c09c" | ||
} |
@@ -5,15 +5,14 @@ # Installation | ||
# Summary | ||
This package contains type definitions for koa-bodyparser v3.x (https://github.com/koajs/bodyparser). | ||
This package contains type definitions for koa-bodyparser (https://github.com/koajs/bodyparser). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/koa-bodyparser | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/koa-bodyparser | ||
Additional Details | ||
* Last updated: Wed, 05 Oct 2016 20:53:34 GMT | ||
* File structure: ModuleAugmentation | ||
* Last updated: Mon, 19 Dec 2016 22:35:58 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: koa | ||
* Global values: bodyParser | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Jerry Chin <https://github.com/hellopao/>. |
{ | ||
"authors": "Jerry Chin <https://github.com/hellopao/>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
@@ -8,15 +7,12 @@ "moduleDependencies": [ | ||
], | ||
"libraryMajorVersion": "3", | ||
"libraryMinorVersion": "0", | ||
"libraryName": "koa-bodyparser v3.x", | ||
"libraryMajorVersion": 3, | ||
"libraryMinorVersion": 0, | ||
"libraryName": "koa-bodyparser", | ||
"typingsPackageName": "koa-bodyparser", | ||
"projectName": "https://github.com/koajs/bodyparser", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ModuleAugmentation", | ||
"globals": [ | ||
"bodyParser" | ||
], | ||
"sourceBranch": "master", | ||
"globals": [], | ||
"declaredModules": [ | ||
"koa" | ||
"koa-bodyparser" | ||
], | ||
@@ -27,3 +23,3 @@ "files": [ | ||
"hasPackageJson": false, | ||
"contentHash": "74a1378c12b0e29f899aedb71a9643f4c8f257cbf938f1ccd8768666724d18fd" | ||
"contentHash": "bb5d1dc4be102e4372e6c58beba4f1ed175a3e97a8db3323e4bb83b93845c09c" | ||
} |
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
3354
74
18