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.6 to 6.4.0

9

koa-session/index.d.ts

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

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