@types/koa-mount
Advanced tools
Comparing version 2.0.8-alpha to 2.0.9-alpha
@@ -7,17 +7,15 @@ // Type definitions for koa-mount v2.0.0 | ||
declare module "koa-mount" { | ||
import * as Koa from "koa"; | ||
import * as Koa from "koa"; | ||
interface Function { (ctx: Koa.Context, next?: () => any): any } | ||
interface Function { (ctx: Koa.Context, next?: () => any): any } | ||
declare function mount(app: Function): Function; | ||
function mount(app: Function): Function; | ||
declare function mount(app: Koa): Function; | ||
function mount(app: Koa): Function; | ||
declare function mount(prefix: string, app: Function): Function; | ||
function mount(prefix: string, app: Function): Function; | ||
declare function mount(prefix: string, app: Koa): Function; | ||
function mount(prefix: string, app: Koa): Function; | ||
export = mount; | ||
export = mount; | ||
} |
{ | ||
"name": "@types/koa-mount", | ||
"version": "2.0.8-alpha", | ||
"version": "2.0.9-alpha", | ||
"description": "TypeScript definitions for koa-mount v2.0.0", | ||
@@ -8,5 +8,11 @@ "main": "", | ||
"author": "AmirSaber Sharifi <https://github.com/amirsaber>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"license": "MIT", | ||
"typings": "index.d.ts", | ||
"dependencies": {} | ||
"dependencies": { | ||
"@types/koa": "2.0.24-alpha" | ||
} | ||
} |
@@ -11,9 +11,9 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 May 2016 04:20:22 GMT | ||
* File structure: DeclareModule | ||
* Last updated: Fri, 01 Jul 2016 22:03:01 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: none | ||
* Module Dependencies: koa | ||
* Global values: mount | ||
# Credits | ||
These definitions were written by AmirSaber Sharifi <https://github.com/amirsaber>. |
@@ -5,3 +5,5 @@ { | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"moduleDependencies": [ | ||
"koa" | ||
], | ||
"libraryMajorVersion": "2", | ||
@@ -14,4 +16,6 @@ "libraryMinorVersion": "0", | ||
"sourceBranch": "types-2.0", | ||
"kind": "DeclareModule", | ||
"globals": [], | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"mount" | ||
], | ||
"declaredModules": [ | ||
@@ -23,3 +27,3 @@ "koa-mount" | ||
], | ||
"contentHash": "b0948879dc42e74b5d1d2dc5b51d788a56e100c3d28e6429ffd5724ab8416e4c" | ||
"contentHash": "037253fdcda76ed3a9d9ac2380b1cd7f0d5f48547b947949008f35c28c67f08a" | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2365
36
0
1
+ Added@types/koa@2.0.24-alpha
+ Added@types/koa@2.0.24-alpha(transitive)
+ Added@types/node@4.0.23-alpha(transitive)