Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/koa__router

Package Overview
Dependencies
Maintainers
1
Versions
17
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 8.0.8 to 8.0.9

4

koa__router/index.d.ts

@@ -86,3 +86,3 @@ // Type definitions for @koa/router 8.x

interface LayerOptions {
name: string;
name: string | null;
sensitive?: boolean | undefined;

@@ -118,3 +118,3 @@ strict?: boolean | undefined;

opts: LayerOptions;
name: string;
name: string | null;
methods: string[];

@@ -121,0 +121,0 @@ paramNames: ParamName[];

{
"name": "@types/koa__router",
"version": "8.0.8",
"version": "8.0.9",
"description": "TypeScript definitions for @koa/router",

@@ -55,4 +55,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa__router",

},
"typesPublisherContentHash": "c383fdbab74d52c4719aba31bb5398a4fed5b7e8f7f4b568023d1f5057c0bfa2",
"typesPublisherContentHash": "62ecaea77bc57231cbe0ad0f1d9eda65bd6686e73aeb09ac40854ef47317e425",
"typeScriptVersion": "3.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 08 Sep 2021 08:01:24 GMT
* Last updated: Thu, 04 Nov 2021 19:31:21 GMT
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa)

@@ -14,0 +14,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