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.1.10 to 0.1.11

5

index.js

@@ -301,2 +301,7 @@ // Generated by CoffeeScript 1.6.2

_this.redis.multi(mc).exec(function(err, reply) {
if (err) {
cb(err);
return;
}
resp.w = reply[2];
cb(null, resp);

@@ -303,0 +308,0 @@ });

2

package.json
{
"name": "redis-sessions",
"description": "A universal session store for Redis",
"version": "0.1.10",
"version": "0.1.11",
"author": "P. Liess <smrchy+npm@gmail.com>",

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

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