@types/koa-bodyparser
Advanced tools
Comparing version 3.0.21 to 3.0.22
@@ -27,2 +27,6 @@ // Type definitions for koa-bodyparser v3.x | ||
/** | ||
* parser will only parse when request type hits enableTypes, default is ['json', 'form']. | ||
*/ | ||
enableTypes?: string[]; | ||
/** | ||
* requested encoding. Default is utf-8 by co-body | ||
@@ -29,0 +33,0 @@ */ |
{ | ||
"name": "@types/koa-bodyparser", | ||
"version": "3.0.21", | ||
"version": "3.0.22", | ||
"description": "TypeScript definitions for koa-bodyparser", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "bb5d1dc4be102e4372e6c58beba4f1ed175a3e97a8db3323e4bb83b93845c09c" | ||
"typesPublisherContentHash": "8d4d1441bff98f0d36ab7c7e39dfa0517e10c012dfd28c18bdb6ebf969d69544", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Dec 2016 22:35:58 GMT | ||
* Last updated: Fri, 23 Dec 2016 14:14:47 GMT | ||
* Library Dependencies: none | ||
@@ -14,0 +14,0 @@ * Module Dependencies: koa |
@@ -9,2 +9,3 @@ { | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "koa-bodyparser", | ||
@@ -23,3 +24,3 @@ "typingsPackageName": "koa-bodyparser", | ||
"hasPackageJson": false, | ||
"contentHash": "bb5d1dc4be102e4372e6c58beba4f1ed175a3e97a8db3323e4bb83b93845c09c" | ||
"contentHash": "8d4d1441bff98f0d36ab7c7e39dfa0517e10c012dfd28c18bdb6ebf969d69544" | ||
} |
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
3562
79