@types/koa-session
Advanced tools
Comparing version 5.10.0 to 5.10.1
@@ -208,9 +208,4 @@ // Type definitions for koa-session 5.10 | ||
} | ||
interface Application { | ||
on(name: "session:missed" | "session:expired" | "session:invalid", data: { key?: string, value?: Partial<session.Session>, ctx: Context }): void; | ||
once(name: "session:missed" | "session:expired" | "session:invalid", data: { key?: string, value?: Partial<session.Session>, ctx: Context }): void; | ||
} | ||
} | ||
export = session; |
{ | ||
"name": "@types/koa-session", | ||
"version": "5.10.0", | ||
"version": "5.10.1", | ||
"description": "TypeScript definitions for koa-session", | ||
@@ -27,3 +27,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/koa-session" | ||
}, | ||
@@ -35,4 +36,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "7e92a33d6f4d06b69f6939652d4f73b2adc9b3c3a7e0bfa4fc8b1014861ef8a1", | ||
"typesPublisherContentHash": "cbdd2dada3c2a8acc06e772dafb5b76e577e2300fd2ff780bdb936fac766d0d4", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for koa-session ( https://github.com/koajs/session ). | ||
This package contains type definitions for koa-session (https://github.com/koajs/session). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Fri, 01 Feb 2019 05:29:44 GMT | ||
* Last updated: Thu, 27 Jun 2019 21:24:33 GMT | ||
* Dependencies: @types/koa, @types/cookies | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Yu Hsin Lu <https://github.com/kerol2r20>, Tomek Łaziuk <https://github.com/tlaziuk>, Hiroshi Ioka <https://github.com/hirochachacha>. | ||
These definitions were written by Yu Hsin Lu <https://github.com/kerol2r20>, Tomek Łaziuk <https://github.com/tlaziuk>, and Hiroshi Ioka <https://github.com/hirochachacha>. |
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
8676
180