Socket
Socket
Sign inDemoInstall

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 3.0.1 to 3.0.2

5

History.md
3.0.2 / 2016-01-08
==================
* Do not pass prefix option to redis client [Josh-a-e]
3.0.1 / 2015-10-15

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

4

lib/connect-redis.js

@@ -9,3 +9,3 @@ /*!

var redis = require('redis');
var util = require("util");
var util = require('util');
var noop = function(){};

@@ -62,2 +62,4 @@

delete options.prefix;
this.serializer = options.serializer || JSON;

@@ -64,0 +66,0 @@

{
"name": "connect-redis",
"description": "Redis session store for Connect",
"version": "3.0.1",
"version": "3.0.2",
"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