Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/express-redis-cache

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/express-redis-cache - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

26

express-redis-cache/index.d.ts

@@ -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

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