@types/koa-session
Advanced tools
Comparing version 5.7.1 to 5.7.2
@@ -169,3 +169,3 @@ // Type definitions for koa-session 5.7 | ||
*/ | ||
ContextStore?: { new(): stores }; | ||
ContextStore?: { new(ctx: Koa.Context): stores }; | ||
@@ -172,0 +172,0 @@ /** |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { |
{ | ||
"name": "@types/koa-session", | ||
"version": "5.7.1", | ||
"version": "5.7.2", | ||
"description": "TypeScript definitions for koa-session", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "29b6ce32aa88e588862628df8a6d26cbff9bcfb79fcd9eda7da33f47ab139e5a", | ||
"typesPublisherContentHash": "b1e780caac70ba9a2dd4b81444fe93aea15fca94ccde7ef03457ff363699ee3a", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 05 Feb 2018 23:37:41 GMT | ||
* Last updated: Thu, 29 Mar 2018 16:21:28 GMT | ||
* Dependencies: koa | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
8870