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.0.2 to 1.0.3

1

index.js

@@ -37,2 +37,3 @@ // Generated by CoffeeScript 1.9.3

}
this._wipe = bind(this._wipe, this);
this._returnSessions = bind(this._returnSessions, this);

@@ -39,0 +40,0 @@ this._initErrors = bind(this._initErrors, this);

4

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

@@ -17,3 +17,3 @@ "engines": {

"optionalDependencies": {
"hiredis": "^0.4.1"
"hiredis": "0.4.1"
},

@@ -20,0 +20,0 @@ "devDependencies": {

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