@types/connect-redis
Advanced tools
Comparing version 0.0.8 to 0.0.9
// Type definitions for connect-redis | ||
// Project: https://npmjs.com/package/connect-redis | ||
// Definitions by: Xavier Stouder <https://github.com/xstoudi> | ||
// Seth Butler <https://github.com/sbutler2901> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -29,3 +30,3 @@ // TypeScript Version: 2.2 | ||
url?: string; | ||
ttl?: number; | ||
ttl?: number | string | ((store: RedisStore, sess: Express.SessionData, sid: string) => number); | ||
disableTTL?: boolean; | ||
@@ -32,0 +33,0 @@ db?: number; |
{ | ||
"name": "@types/connect-redis", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "TypeScript definitions for connect-redis", | ||
@@ -11,2 +11,7 @@ "license": "MIT", | ||
"githubUsername": "xstoudi" | ||
}, | ||
{ | ||
"name": "Seth Butler", | ||
"url": "https://github.com/sbutler2901", | ||
"githubUsername": "sbutler2901" | ||
} | ||
@@ -18,3 +23,4 @@ ], | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/connect-redis" | ||
}, | ||
@@ -27,4 +33,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "27a1533283c667e8cce43ffbbe496c5b237ec00502a5618388c0bf02fba93dd0", | ||
"typesPublisherContentHash": "88d80b90df849582eb55345a5c026634af7f9b1d7bb3ebcc22f4aa02e9ae598f", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for connect-redis (https://npmjs.com/package/connect-redis). | ||
This package contains type definitions for connect-redis ( https://npmjs.com/package/connect-redis ). | ||
@@ -12,7 +12,7 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 28 Nov 2018 20:45:40 GMT | ||
* Dependencies: express, express-session, redis | ||
* Last updated: Fri, 08 Mar 2019 21:18:45 GMT | ||
* Dependencies: @types/express, @types/express-session, @types/redis | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Xavier Stouder <https://github.com/xstoudi>. | ||
These definitions were written by Xavier Stouder <https://github.com/xstoudi>, Seth Butler <https://github.com/sbutler2901>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4274
41