@types/koa-bodyparser
Advanced tools
Comparing version 3.0.19 to 3.0.20
@@ -19,2 +19,8 @@ // Type definitions for koa-bodyparser v3.x | ||
declare module "koa" { | ||
interface Request { | ||
body: any; | ||
} | ||
} | ||
declare function bodyParser(opts?: { | ||
@@ -21,0 +27,0 @@ /** |
{ | ||
"name": "@types/koa-bodyparser", | ||
"version": "3.0.19", | ||
"version": "3.0.20", | ||
"description": "TypeScript definitions for koa-bodyparser v3.x", | ||
@@ -16,4 +16,5 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "78ebac98bc12676d03111ae00096da96ed843d2e05230cc74cda40f5c1cd2695" | ||
"typesPublisherContentHash": "74a1378c12b0e29f899aedb71a9643f4c8f257cbf938f1ccd8768666724d18fd" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
* Last updated: Wed, 05 Oct 2016 20:53:34 GMT | ||
* File structure: ModuleAugmentation | ||
* Library Dependencies: none | ||
@@ -15,0 +15,0 @@ * Module Dependencies: koa |
@@ -15,3 +15,3 @@ { | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"kind": "ModuleAugmentation", | ||
"globals": [ | ||
@@ -21,3 +21,3 @@ "bodyParser" | ||
"declaredModules": [ | ||
"koa-bodyparser" | ||
"koa" | ||
], | ||
@@ -28,3 +28,3 @@ "files": [ | ||
"hasPackageJson": false, | ||
"contentHash": "78ebac98bc12676d03111ae00096da96ed843d2e05230cc74cda40f5c1cd2695" | ||
"contentHash": "74a1378c12b0e29f899aedb71a9643f4c8f257cbf938f1ccd8768666724d18fd" | ||
} |
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
3573
78