@types/koa-bodyparser
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -51,2 +51,7 @@ // Type definitions for koa-bodyparser 5.0 | ||
/** | ||
* limit of the text body. Default is 1mb. | ||
*/ | ||
textLimit?: string; | ||
/** | ||
* when set to true, JSON parser will only accept arrays and objects. Default is true | ||
@@ -53,0 +58,0 @@ */ |
{ | ||
"name": "@types/koa-bodyparser", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "TypeScript definitions for koa-bodyparser", | ||
@@ -19,2 +19,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -28,4 +29,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "1b397339b102af540e1dbf74f3ac5c777f4d36a6b0b49538843315e0efe2d71c", | ||
"typesPublisherContentHash": "2cd642a88d94cb9bc248ef49e1d08bc9f6b0c12ae4f581a683530fd04ec86ec4", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 10 Jul 2018 01:28:58 GMT | ||
* Last updated: Tue, 20 Nov 2018 17:03:28 GMT | ||
* Dependencies: koa | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
4669
65