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

connect-redis

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-redis - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

5

History.md
2.4.1 / 2015-07-24
==================
* Make touch a noop when disableTTY is set
2.4.0 / 2015-07-10

@@ -3,0 +8,0 @@ ==================

1

lib/connect-redis.js

@@ -235,2 +235,3 @@ /*!

if (!fn) fn = noop;
if (store.disableTTL) return fn()

@@ -237,0 +238,0 @@ var ttl = getTTL(store, sess);

2

package.json
{
"name": "connect-redis",
"description": "Redis session store for Connect",
"version": "2.4.0",
"version": "2.4.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -6,0 +6,0 @@ "contributors": [

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