@types/koa-session
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -111,3 +111,3 @@ // Type definitions for koa-session 3.0 | ||
interface Context { | ||
session: session.sessionProps; | ||
session: session.sessionProps | null; | ||
} | ||
@@ -114,0 +114,0 @@ } |
{ | ||
"name": "@types/koa-session", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "TypeScript definitions for koa-session", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "Yu Hsin Lu", | ||
"url": "https://github.com/kerol2r20" | ||
"url": "https://github.com/kerol2r20", | ||
"githubUsername": "kerol2r20" | ||
} | ||
@@ -22,4 +23,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "8976509dcc6a284493520e3e62aeabfda8b57b6a27d60fb39b4d1510ee919845", | ||
"typesPublisherContentHash": "f69fa531ce8ff0c870325530afdb3274f93f99e10474fa1b14f52eec6050eb9d", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:55:03 GMT | ||
* Last updated: Wed, 11 Oct 2017 23:26:32 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
5284