New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/koa-redis

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa-redis - npm Package Compare versions

Comparing version 3.0.3 to 4.0.0

7

koa-redis/index.d.ts

@@ -1,4 +0,5 @@

// Type definitions for koa-redis 3.0
// Type definitions for koa-redis 4.0
// Project: https://github.com/koajs/koa-redis
// Definitions by: Nick Simmons <https://github.com/nsimmons>
// Scotland Stephenson <https://github.com/alsoscotland>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -8,3 +9,3 @@ // TypeScript Version: 2.3

import { ClientOpts } from 'redis';
import { SessionStore } from 'koa-generic-session';
import { stores } from 'koa-session';

@@ -17,3 +18,3 @@ declare namespace redisStore {

interface RedisSessionStore extends SessionStore {
interface RedisSessionStore extends stores {
client: any;

@@ -20,0 +21,0 @@ }

{
"name": "@types/koa-redis",
"version": "3.0.3",
"version": "4.0.0",
"description": "TypeScript definitions for koa-redis",

@@ -11,6 +11,11 @@ "license": "MIT",

"githubUsername": "nsimmons"
},
{
"name": "Scotland Stephenson",
"url": "https://github.com/alsoscotland",
"githubUsername": "alsoscotland"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -23,7 +28,7 @@ "type": "git",

"dependencies": {
"@types/koa-generic-session": "*",
"@types/koa-session": "*",
"@types/redis": "*"
},
"typesPublisherContentHash": "0141675343f5b5f7ba9b639d1c5f4a07833dd0b61f710c7ba4670e856c2f5fda",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "869b2352c08ef4e2748227c6fc89d672fcdcd515a5fe2d3fda142a504095d259",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-redis
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-redis.
Additional Details
* Last updated: Mon, 09 Sep 2019 00:25:02 GMT
* Dependencies: @types/redis, @types/koa-generic-session
### Additional Details
* Last updated: Wed, 27 Nov 2019 22:49:55 GMT
* Dependencies: [@types/redis](https://npmjs.com/package/@types/redis), [@types/koa-session](https://npmjs.com/package/@types/koa-session)
* Global values: none
# Credits
These definitions were written by Nick Simmons <https://github.com/nsimmons>.
These definitions were written by Nick Simmons (https://github.com/nsimmons), and Scotland Stephenson (https://github.com/alsoscotland).
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