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.0 to 5.10.1

5

koa-session/index.d.ts

@@ -208,9 +208,4 @@ // Type definitions for koa-session 5.10

}
interface Application {
on(name: "session:missed" | "session:expired" | "session:invalid", data: { key?: string, value?: Partial<session.Session>, ctx: Context }): void;
once(name: "session:missed" | "session:expired" | "session:invalid", data: { key?: string, value?: Partial<session.Session>, ctx: Context }): void;
}
}
export = session;

7

koa-session/package.json
{
"name": "@types/koa-session",
"version": "5.10.0",
"version": "5.10.1",
"description": "TypeScript definitions for koa-session",

@@ -27,3 +27,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/koa-session"
},

@@ -35,4 +36,4 @@ "scripts": {},

},
"typesPublisherContentHash": "7e92a33d6f4d06b69f6939652d4f73b2adc9b3c3a7e0bfa4fc8b1014861ef8a1",
"typesPublisherContentHash": "cbdd2dada3c2a8acc06e772dafb5b76e577e2300fd2ff780bdb936fac766d0d4",
"typeScriptVersion": "2.8"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for koa-session ( https://github.com/koajs/session ).
This package contains type definitions for koa-session (https://github.com/koajs/session).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Fri, 01 Feb 2019 05:29:44 GMT
* Last updated: Thu, 27 Jun 2019 21:24:33 GMT
* Dependencies: @types/koa, @types/cookies

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Yu Hsin Lu <https://github.com/kerol2r20>, Tomek Łaziuk <https://github.com/tlaziuk>, Hiroshi Ioka <https://github.com/hirochachacha>.
These definitions were written by Yu Hsin Lu <https://github.com/kerol2r20>, Tomek Łaziuk <https://github.com/tlaziuk>, and Hiroshi Ioka <https://github.com/hirochachacha>.
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