Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/koa-session

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa-session - npm Package Compare versions

Comparing version 5.10.5 to 5.10.6

10

koa-session/index.d.ts

@@ -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 @@

4

koa-session/package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc