@types/koa__router
Advanced tools
Comparing version 8.0.8 to 8.0.9
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16467