New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/koa-mount

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa-mount - npm Package Compare versions

Comparing version 2.0.8-alpha to 2.0.9-alpha

16

index.d.ts

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc