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

connect-redis

Package Overview
Dependencies
Maintainers
0
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 1.0.2 to 1.0.3

5

History.md
1.0.3 / 2011-04-17
==================
* Fixed auth support again [garrensmith]
1.0.2 / 2011-04-15

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

2

lib/connect-redis.js

@@ -33,3 +33,3 @@

if (options.pass) {
this.client.auth(options.pwd, function(err){
this.client.auth(options.pass, function(err){
if (err) throw err;

@@ -36,0 +36,0 @@ });

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

@@ -6,0 +6,0 @@ "main": "./index.js",

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