@types/koa-bodyparser
Advanced tools
Comparing version 3.0.22 to 3.0.23
@@ -62,2 +62,3 @@ // Type definitions for koa-bodyparser v3.x | ||
form?: string[]; | ||
text?: string[]; | ||
} | ||
@@ -64,0 +65,0 @@ |
{ | ||
"name": "@types/koa-bodyparser", | ||
"version": "3.0.22", | ||
"version": "3.0.23", | ||
"description": "TypeScript definitions for koa-bodyparser", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "8d4d1441bff98f0d36ab7c7e39dfa0517e10c012dfd28c18bdb6ebf969d69544", | ||
"typesPublisherContentHash": "067f2903ad716ebe8293c74e5eb2efa8f2d4273efc0054b0157444ff7366fc4c", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,5 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 23 Dec 2016 14:14:47 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: koa | ||
* Last updated: Fri, 20 Jan 2017 19:22:01 GMT | ||
* Dependencies: koa | ||
* Global values: none | ||
@@ -16,0 +15,0 @@ |
{ | ||
"authors": "Jerry Chin <https://github.com/hellopao/>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [ | ||
"koa" | ||
], | ||
"libraryMajorVersion": 3, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"name": "koa-bodyparser", | ||
"libraryName": "koa-bodyparser", | ||
"typingsPackageName": "koa-bodyparser", | ||
"projectName": "https://github.com/koajs/bodyparser", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "master", | ||
"globals": [], | ||
"declaredModules": [ | ||
"koa-bodyparser" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "8d4d1441bff98f0d36ab7c7e39dfa0517e10c012dfd28c18bdb6ebf969d69544" | ||
"data": { | ||
"authors": "Jerry Chin <https://github.com/hellopao/>", | ||
"dependencies": { | ||
"koa": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 3, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "koa-bodyparser", | ||
"typingsPackageName": "koa-bodyparser", | ||
"projectName": "https://github.com/koajs/bodyparser", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"koa-bodyparser/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "067f2903ad716ebe8293c74e5eb2efa8f2d4273efc0054b0157444ff7366fc4c" | ||
}, | ||
"isLatest": true | ||
} |
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
3786
85
17