Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.0.2 to 4.0.3

8

koa-mount/index.d.ts

@@ -11,12 +11,12 @@ // Type definitions for koa-mount 4.0

declare function mount<StateT = Koa.DefaultState, ContextT = Koa.DefaultContext>(
app: Koa.Middleware<StateT, ContextT> | Koa<StateT, ContextT>
app: Koa.Middleware<StateT, ContextT> | Koa<StateT, ContextT>,
): Koa.Middleware<StateT, ContextT>;
declare function mount<StateT = Koa.DefaultState, ContextT = Koa.DefaultContext>(
prefix: string,
app: Koa.Middleware<StateT, ContextT> | Koa<StateT, ContextT>
prefix: string,
app: Koa.Middleware<StateT, ContextT> | Koa<StateT, ContextT>,
): Koa.Middleware<StateT, ContextT>;
declare namespace mount { }
declare namespace mount {}
export = mount;
{
"name": "@types/koa-mount",
"version": "4.0.2",
"version": "4.0.3",
"description": "TypeScript definitions for koa-mount",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-mount",

},
"typesPublisherContentHash": "76affbdd918615b4a05fe650d8d5896bfd75c287bab208884ada372add75a338",
"typeScriptVersion": "4.1"
"typesPublisherContentHash": "d72ac9bd384b209c4d382cf45b4d27cb3fac52f2fef11e3b76b6f3f5126a798e",
"typeScriptVersion": "4.5"
}

@@ -21,11 +21,11 @@ # Installation

declare function mount<StateT = Koa.DefaultState, ContextT = Koa.DefaultContext>(
app: Koa.Middleware<StateT, ContextT> | Koa<StateT, ContextT>
app: Koa.Middleware<StateT, ContextT> | Koa<StateT, ContextT>,
): Koa.Middleware<StateT, ContextT>;
declare function mount<StateT = Koa.DefaultState, ContextT = Koa.DefaultContext>(
prefix: string,
app: Koa.Middleware<StateT, ContextT> | Koa<StateT, ContextT>
prefix: string,
app: Koa.Middleware<StateT, ContextT> | Koa<StateT, ContextT>,
): Koa.Middleware<StateT, ContextT>;
declare namespace mount { }
declare namespace mount {}

@@ -37,3 +37,3 @@ export = mount;

### Additional Details
* Last updated: Mon, 24 Oct 2022 19:32:46 GMT
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa)

@@ -40,0 +40,0 @@ * Global values: none

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