@types/koa-static
Advanced tools
Comparing version 2.0.21 to 2.0.22
@@ -45,4 +45,4 @@ // Type definitions for koa-static v2.x | ||
gzip?: boolean; | ||
}): { (ctx: Koa.Context, next?: () => any): any }; | ||
}): Koa.Middleware; | ||
declare namespace serve{} | ||
export = serve; |
{ | ||
"name": "@types/koa-static", | ||
"version": "2.0.21", | ||
"description": "TypeScript definitions for koa-static v2.x", | ||
"version": "2.0.22", | ||
"description": "TypeScript definitions for koa-static", | ||
"license": "MIT", | ||
@@ -16,4 +16,4 @@ "author": "Jerry Chin <https://github.com/hellopao/>", | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "108e01973f1d5bdcf1abf43ce73eaf865caf1dbf430c01f863498e6e1647735b" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "16012b68e2ff04763b0c294a4b67e6d7171491eb5b699e146819b691eab444fd" | ||
} |
@@ -5,15 +5,14 @@ # Installation | ||
# Summary | ||
This package contains type definitions for koa-static v2.x (https://github.com/koajs/static). | ||
This package contains type definitions for koa-static (https://github.com/koajs/static). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/koa-static | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/koa-static | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
* Last updated: Mon, 19 Dec 2016 22:35:58 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: koa | ||
* Global values: serve | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Jerry Chin <https://github.com/hellopao/>. |
{ | ||
"authors": "Jerry Chin <https://github.com/hellopao/>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
@@ -8,13 +7,10 @@ "moduleDependencies": [ | ||
], | ||
"libraryMajorVersion": "2", | ||
"libraryMinorVersion": "0", | ||
"libraryName": "koa-static v2.x", | ||
"libraryMajorVersion": 2, | ||
"libraryMinorVersion": 0, | ||
"libraryName": "koa-static", | ||
"typingsPackageName": "koa-static", | ||
"projectName": "https://github.com/koajs/static", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"serve" | ||
], | ||
"sourceBranch": "master", | ||
"globals": [], | ||
"declaredModules": [ | ||
@@ -27,3 +23,3 @@ "koa-static" | ||
"hasPackageJson": false, | ||
"contentHash": "108e01973f1d5bdcf1abf43ce73eaf865caf1dbf430c01f863498e6e1647735b" | ||
"contentHash": "16012b68e2ff04763b0c294a4b67e6d7171491eb5b699e146819b691eab444fd" | ||
} |
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
2989
57
18