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

redis-sessions

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-sessions - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

CHANGELOG.md
# CHANGELOG
## 1.2.0
* Allow options.url with Redis options object. #31 Thanks to @cristiangraz
## 1.1.0

@@ -4,0 +8,0 @@

@@ -56,2 +56,4 @@ // Generated by CoffeeScript 1.11.1

this.redis = o.client;
} else if (o.options && o.options.url) {
this.redis = RedisInst.createClient(o.options);
} else {

@@ -58,0 +60,0 @@ this.redis = RedisInst.createClient(o.port || 6379, o.host || "127.0.0.1", o.options || {});

2

package.json
{
"name": "redis-sessions",
"description": "An advanced session store for Redis",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "P. Liess <smrchy+npm@gmail.com>",

Sorry, the diff of this file is not supported yet

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