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 0.3.6 to 0.3.7

4

CHANGELOG.md
# CHANGELOG
## 0.3.7
* Switched from underscore to lodash
## 0.3.6

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

2

index.js

@@ -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

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