@types/express-redis-cache
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -13,4 +13,4 @@ // Type definitions for express-redis-cache 1.1 | ||
interface Response { | ||
express_redis_cache_name?: string; | ||
use_express_redis_cache?: boolean; | ||
express_redis_cache_name?: string | undefined; | ||
use_express_redis_cache?: boolean | undefined; | ||
} | ||
@@ -44,4 +44,4 @@ } | ||
interface AddOptions { | ||
type?: string; | ||
expire?: number; | ||
type?: string | undefined; | ||
expire?: number | undefined; | ||
} | ||
@@ -64,14 +64,14 @@ | ||
interface Options { | ||
auth_pass?: string; | ||
client?: redis.RedisClient; | ||
expire?: number; | ||
host?: string; | ||
port?: string | number; | ||
prefix?: string; | ||
auth_pass?: string | undefined; | ||
client?: redis.RedisClient | undefined; | ||
expire?: number | undefined; | ||
host?: string | undefined; | ||
port?: string | number | undefined; | ||
prefix?: string | undefined; | ||
} | ||
interface RouteOptions { | ||
name?: string; | ||
expire?: ExpireOption | ExpirationPolicy; | ||
binary?: boolean; | ||
name?: string | undefined; | ||
expire?: ExpireOption | ExpirationPolicy | undefined; | ||
binary?: boolean | undefined; | ||
} | ||
@@ -78,0 +78,0 @@ } |
{ | ||
"name": "@types/express-redis-cache", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for express-redis-cache", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-redis-cache", | ||
"license": "MIT", | ||
@@ -14,14 +15,15 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/express-redis-cache" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/events": "*", | ||
"@types/express": "*", | ||
"@types/redis": "*" | ||
}, | ||
"typesPublisherContentHash": "a8b9ae788adc58b2820c51967bc4942fedd6a282f7dbb05df3141fa7d11ae5d7", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "10d5f299914fa591f294454bed3c42f024fea717b4f7e1fac97aa90f0c62bf09", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-redis-cache | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-redis-cache. | ||
Additional Details | ||
* Last updated: Thu, 21 Jun 2018 00:15:27 GMT | ||
* Dependencies: events, express, redis | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 12:01:21 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express), [@types/redis](https://npmjs.com/package/@types/redis) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by AJ Livingston <https://github.com/ajliv>. | ||
These definitions were written by [AJ Livingston](https://github.com/ajliv). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5377
2
0
- Removed@types/events@*
- Removed@types/events@3.0.3(transitive)