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

@types/connect-redis

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/connect-redis - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

3

connect-redis/index.d.ts

@@ -22,3 +22,4 @@ // Type definitions for connect-redis

interface RedisStore extends session.Store {
new (options: RedisStoreOptions): session.Store;
new (options: RedisStoreOptions): RedisStore;
client: redis.RedisClient;
}

@@ -25,0 +26,0 @@ interface RedisStoreOptions {

{
"name": "@types/connect-redis",
"version": "0.0.9",
"version": "0.0.10",
"description": "TypeScript definitions for connect-redis",

@@ -31,4 +31,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "88d80b90df849582eb55345a5c026634af7f9b1d7bb3ebcc22f4aa02e9ae598f",
"typesPublisherContentHash": "6b786a0a41c855b5886cbd72b884ce3e494001ab40e358115a4959d48e57904f",
"typeScriptVersion": "2.2"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 08 Mar 2019 21:18:45 GMT
* Last updated: Mon, 29 Apr 2019 06:30:44 GMT
* Dependencies: @types/express, @types/express-session, @types/redis

@@ -14,0 +14,0 @@ * Global values: none

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