@types/koa-session
Advanced tools
Comparing version 5.10.5 to 5.10.6
@@ -56,2 +56,7 @@ // Type definitions for koa-session 5.10 | ||
/** | ||
* commit this session's headers if autoCommit is set to false. | ||
*/ | ||
manuallyCommit(): Promise<void>; | ||
/** | ||
* save this session no matter whether it is populated | ||
@@ -186,2 +191,7 @@ */ | ||
beforeSave?(ctx: Koa.Context, session: Session): void; | ||
/** | ||
* (boolean) automatically commit headers (default true). | ||
*/ | ||
autoCommit?: boolean; | ||
} | ||
@@ -188,0 +198,0 @@ |
{ | ||
"name": "@types/koa-session", | ||
"version": "5.10.5", | ||
"version": "5.10.6", | ||
"description": "TypeScript definitions for koa-session", | ||
@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-session", | ||
}, | ||
"typesPublisherContentHash": "688a75469fa41d4a97d69df15262d9ceccd97b08b7b80d43c47ddeccb405e214", | ||
"typesPublisherContentHash": "b8f475b6f8fffa61cf2165c01c959ae27ae6a396f87cce9cf7e369088ad7b8d2", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 07 Feb 2022 18:31:29 GMT | ||
* 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) | ||
@@ -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
9692
203