redis-sessions
Advanced tools
Comparing version 0.3.6 to 0.3.7
# CHANGELOG | ||
## 0.3.7 | ||
* Switched from underscore to lodash | ||
## 0.3.6 | ||
@@ -4,0 +8,0 @@ |
@@ -23,3 +23,3 @@ // Generated by CoffeeScript 1.6.3 | ||
_ = require("underscore"); | ||
_ = require("lodash"); | ||
@@ -26,0 +26,0 @@ RedisInst = require("redis"); |
{ | ||
"name": "redis-sessions", | ||
"description": "An advanced session store for Redis", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"author": "P. Liess <smrchy+npm@gmail.com>", | ||
@@ -13,7 +13,7 @@ "engines": { | ||
"dependencies": { | ||
"redis": "*", | ||
"underscore": "*" | ||
"redis": "0.12.1", | ||
"lodash": "2.4.1" | ||
}, | ||
"optionalDependencies": { | ||
"hiredis": "*" | ||
"hiredis": "0.1.17" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": { |
# Redis Sessions | ||
[![Build Status](https://secure.travis-ci.org/smrchy/redis-sessions.png?branch=master)](http://travis-ci.org/smrchy/redis-sessions) | ||
[![Build Status](https://secure.travis-ci.org/smrchy/redis-sessions.svg?branch=master)](http://travis-ci.org/smrchy/redis-sessions) | ||
[![Dependency Status](https://david-dm.org/smrchy/redis-sessions.svg)](https://david-dm.org/smrchy/redis-sessions) | ||
[![Redis-Sessions](https://nodei.co/npm/redis-sessions.png?downloads=true&stars=true)](https://nodei.co/npm/redis-sessions/) | ||
This is a NodeJS module to keep sessions in a Redis datastore and add some useful methods. | ||
The main purpose of this module is to generalize sessions across application server platforms. We use nginx reverse proxy to route parts of a website to a NodeJS server and other parts could be Python, .net, PHP, Coldfusion or Java servers. You can then use [rest-sessions](https://github.com/smrchy/rest-sessions) to access the same sessions on all app servers via a simple REST interface. | ||
The main purpose of this module is to generalize sessions across application server platforms. We use nginx reverse proxy to route parts of a website to a NodeJS server and other parts could be Python, Ruby, .net, PHP, Coldfusion or Java servers. You can then use [rest-sessions](https://github.com/smrchy/rest-sessions) to access the same sessions on all app servers via a simple REST interface. | ||
@@ -9,0 +12,0 @@ ## Installation |
@@ -5,3 +5,3 @@ // Generated by CoffeeScript 1.6.3 | ||
_ = require("underscore"); | ||
_ = require("lodash"); | ||
@@ -8,0 +8,0 @@ should = require("should"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
92386
0
387
+ Addedlodash@2.4.1
+ Addedhiredis@0.1.17(transitive)
+ Addedlodash@2.4.1(transitive)
+ Addednan@1.1.2(transitive)
+ Addedredis@0.12.1(transitive)
- Removedunderscore@*
- Removed@redis/bloom@1.2.0(transitive)
- Removed@redis/client@1.6.0(transitive)
- Removed@redis/graph@1.1.1(transitive)
- Removed@redis/json@1.0.7(transitive)
- Removed@redis/search@1.2.0(transitive)
- Removed@redis/time-series@1.1.0(transitive)
- Removedcluster-key-slot@1.1.2(transitive)
- Removedgeneric-pool@3.9.0(transitive)
- Removedhiredis@0.5.0(transitive)
- Removednan@2.22.0(transitive)
- Removedredis@4.7.0(transitive)
- Removedunderscore@1.13.7(transitive)
- Removedyallist@4.0.0(transitive)
Updatedredis@0.12.1