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.2 to 5.10.3

2

koa-session/index.d.ts

@@ -222,3 +222,3 @@ // Type definitions for koa-session 5.10

declare module "koa" {
interface Context {
interface BaseContext {
session: session.Session | null;

@@ -225,0 +225,0 @@ readonly sessionOptions: session.opts | undefined;

{
"name": "@types/koa-session",
"version": "5.10.2",
"version": "5.10.3",
"description": "TypeScript definitions for koa-session",

@@ -35,4 +35,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "c2aa69d41dda262352c24325e087f431300203aacf170a5baadecf51057235cd",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "6d971013242db6b94d91a442bc6025a8736c3922f7493a0bf147d038b0903b5f",
"typeScriptVersion": "3.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 02 Mar 2020 18:23:09 GMT
* Last updated: Sun, 04 Oct 2020 21:45:42 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

Sorry, the diff of this file is not supported yet

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