Socket
Socket
Sign inDemoInstall

@types/koa-compose

Package Overview
Dependencies
18
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.2 to 3.2.3

koa-compose/LICENSE

7

koa-compose/index.d.ts

@@ -5,3 +5,10 @@ // Type definitions for koa-compose 3.2

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import * as Koa from "koa";
declare function compose<T, U, V, W>(
middleware: [Koa.Middleware<T, U>, Koa.Middleware<V, W>]
): Koa.Middleware<T & V, U & W>;
declare function compose<T>(middleware: Array<compose.Middleware<T>>): compose.ComposedMiddleware<T>;

@@ -8,0 +15,0 @@

17

koa-compose/package.json
{
"name": "@types/koa-compose",
"version": "3.2.2",
"version": "3.2.3",
"description": "TypeScript definitions for koa-compose",

@@ -9,15 +9,18 @@ "license": "MIT",

"name": "jKey Lu",
"url": "https://github.com/jkeylu"
"url": "https://github.com/jkeylu",
"githubUsername": "jkeylu"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "ad11b6b343a15bc25dac312d3a11cfd5413748b22bfc77ac7bbb5ce7eca1549b",
"typeScriptVersion": "2.0"
"dependencies": {
"@types/koa": "*"
},
"typesPublisherContentHash": "2afedd7f4a780fe141711e01d021c943a9b450c7c5e7787ad42c759d9762e105",
"typeScriptVersion": "2.3"
}

@@ -5,10 +5,10 @@ # Installation

# Summary
This package contains type definitions for koa-compose (https://github.com/koajs/compose).
This package contains type definitions for koa-compose ( https://github.com/koajs/compose ).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/koa-compose
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-compose
Additional Details
* Last updated: Mon, 27 Mar 2017 18:23:19 GMT
* Dependencies: none
* Last updated: Fri, 08 Feb 2019 00:24:20 GMT
* Dependencies: @types/koa
* Global values: none

@@ -15,0 +15,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc