@types/koa-session
Advanced tools
Comparing version 5.10.4 to 5.10.5
@@ -208,3 +208,3 @@ // Type definitions for koa-session 5.10 | ||
*/ | ||
get(ctx: Koa.Context): string; | ||
get(ctx: Koa.Context): string | undefined; | ||
@@ -211,0 +211,0 @@ /** |
{ | ||
"name": "@types/koa-session", | ||
"version": "5.10.4", | ||
"version": "5.10.5", | ||
"description": "TypeScript definitions for koa-session", | ||
@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-session", | ||
}, | ||
"typesPublisherContentHash": "c1cc6fcc17e586e545330fd8a949f909075c6ab97f38db49959c64914ec581cc", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "688a75469fa41d4a97d69df15262d9ceccd97b08b7b80d43c47ddeccb405e214", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 16:23:24 GMT | ||
* Last updated: Mon, 07 Feb 2022 18:31:29 GMT | ||
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa), [@types/cookies](https://npmjs.com/package/@types/cookies) | ||
@@ -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
9433