@types/koa-bodyparser
Advanced tools
Comparing version 4.3.7 to 4.3.8
@@ -24,3 +24,4 @@ // Type definitions for koa-bodyparser 4.3 | ||
interface Request { | ||
body?: any; | ||
// any declaration breaks types intellisense and type safety, keep it at least Record<string, unknown> | ||
body?: Record<string, unknown>; | ||
rawBody: string; | ||
@@ -27,0 +28,0 @@ } |
{ | ||
"name": "@types/koa-bodyparser", | ||
"version": "4.3.7", | ||
"version": "4.3.8", | ||
"description": "TypeScript definitions for koa-bodyparser", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-bodyparser", | ||
}, | ||
"typesPublisherContentHash": "1694be553bd473bf73eb3a0ab2be295414fa61150427998b6e50e98ee89d0e4c", | ||
"typeScriptVersion": "3.9" | ||
"typesPublisherContentHash": "9d0b744efe770cca8005823fe69245af70da1b6977750da91c708f672aa8fcf1", | ||
"typeScriptVersion": "4.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 21 Mar 2022 18:31:55 GMT | ||
* Last updated: Thu, 08 Sep 2022 17:32:40 GMT | ||
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa) | ||
@@ -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
5792
73