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.7 to 0.3.8

4

CHANGELOG.md
# CHANGELOG
## 0.3.8
* Removed debug message when wiping timed out sessions.
## 0.3.7

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

1

index.js

@@ -618,3 +618,2 @@ // Generated by CoffeeScript 1.6.3

if (resp.length) {
console.log("WIPING:", resp.length, " sessions");
_.each(resp, function(e) {

@@ -621,0 +620,0 @@ var options;

{
"name": "redis-sessions",
"description": "An advanced session store for Redis",
"version": "0.3.7",
"version": "0.3.8",
"author": "P. Liess <smrchy+npm@gmail.com>",

@@ -6,0 +6,0 @@ "engines": {

@@ -221,2 +221,3 @@ # Redis Sessions

Query the amount of active session within the last 10 minutes (600 seconds).
Note: Multiple sessions from the same user id will be counted as one.

@@ -223,0 +224,0 @@ ```javascript

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