@types/koa-session
Advanced tools
Comparing version 5.10.6 to 6.4.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for koa-session 5.10 | ||
// Type definitions for koa-session 6.4 | ||
// Project: https://github.com/koajs/session | ||
@@ -61,5 +61,10 @@ // Definitions by: Yu Hsin Lu <https://github.com/kerol2r20> | ||
/** | ||
* regenerate this session | ||
*/ | ||
regenerate(callback?: () => void): void; | ||
/** | ||
* save this session no matter whether it is populated | ||
*/ | ||
save(): void; | ||
save(callback?: () => void): void; | ||
@@ -66,0 +71,0 @@ /** |
{ | ||
"name": "@types/koa-session", | ||
"version": "5.10.6", | ||
"version": "6.4.0", | ||
"description": "TypeScript definitions for koa-session", | ||
@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-session", | ||
}, | ||
"typesPublisherContentHash": "b8f475b6f8fffa61cf2165c01c959ae27ae6a396f87cce9cf7e369088ad7b8d2", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "787a2548c84370900348ee3e053123550d3648326efc0e06247be423399ebd74", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 19 Feb 2022 18:01:30 GMT | ||
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa), [@types/cookies](https://npmjs.com/package/@types/cookies) | ||
* Last updated: Wed, 15 Mar 2023 09:32:43 GMT | ||
* Dependencies: [@types/cookies](https://npmjs.com/package/@types/cookies), [@types/koa](https://npmjs.com/package/@types/koa) | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
9820
207