🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@types/koa-router

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa-router - npm Package Compare versions

Comparing version
7.4.5
to
7.4.6
+0
-12
koa-router/index.d.ts

@@ -1,13 +0,1 @@

// Type definitions for koa-router 7.4
// Project: https://github.com/alexmingoia/koa-router#readme
// Definitions by: Jerry Chin <https://github.com/hellopao>
// Pavel Ivanov <https://github.com/schfkt>
// JounQin <https://github.com/JounQin>
// Romain Faust <https://github.com/romain-faust>
// Guillaume Mayer <https://github.com/Guillaume-Mayer>
// Andrea Gueugnaut <https://github.com/falinor>
// Yves Kaufmann <https://github.com/yveskaufmann>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/* =================== USAGE ===================

@@ -14,0 +2,0 @@

+16
-16
{
"name": "@types/koa-router",
"version": "7.4.5",
"version": "7.4.6",
"description": "TypeScript definitions for koa-router",

@@ -10,34 +10,34 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-router",

"name": "Jerry Chin",
"url": "https://github.com/hellopao",
"githubUsername": "hellopao"
"githubUsername": "hellopao",
"url": "https://github.com/hellopao"
},
{
"name": "Pavel Ivanov",
"url": "https://github.com/schfkt",
"githubUsername": "schfkt"
"githubUsername": "schfkt",
"url": "https://github.com/schfkt"
},
{
"name": "JounQin",
"url": "https://github.com/JounQin",
"githubUsername": "JounQin"
"githubUsername": "JounQin",
"url": "https://github.com/JounQin"
},
{
"name": "Romain Faust",
"url": "https://github.com/romain-faust",
"githubUsername": "romain-faust"
"githubUsername": "romain-faust",
"url": "https://github.com/romain-faust"
},
{
"name": "Guillaume Mayer",
"url": "https://github.com/Guillaume-Mayer",
"githubUsername": "Guillaume-Mayer"
"githubUsername": "Guillaume-Mayer",
"url": "https://github.com/Guillaume-Mayer"
},
{
"name": "Andrea Gueugnaut",
"url": "https://github.com/falinor",
"githubUsername": "falinor"
"githubUsername": "falinor",
"url": "https://github.com/falinor"
},
{
"name": "Yves Kaufmann",
"url": "https://github.com/yveskaufmann",
"githubUsername": "yveskaufmann"
"githubUsername": "yveskaufmann",
"url": "https://github.com/yveskaufmann"
}

@@ -56,4 +56,4 @@ ],

},
"typesPublisherContentHash": "d55f18cd95094510f31b0a4c8adbeb6b7ead8de1a8cd96daf582023c127c3c65",
"typesPublisherContentHash": "64890adba27b9a4c124a1cbe2976cf799f9e69097e8958463552cbc80caf08dd",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,6 @@ # Installation

### Additional Details
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT
* Last updated: Wed, 18 Oct 2023 05:47:07 GMT
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa)
* Global values: none
# Credits
These definitions were written by [Jerry Chin](https://github.com/hellopao), [Pavel Ivanov](https://github.com/schfkt), [JounQin](https://github.com/JounQin), [Romain Faust](https://github.com/romain-faust), [Guillaume Mayer](https://github.com/Guillaume-Mayer), [Andrea Gueugnaut](https://github.com/falinor), and [Yves Kaufmann](https://github.com/yveskaufmann).