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.1 to 0.3.2

4

CHANGELOG.md
# CHANGELOG
## 0.3.2
* Make `hiredis` optional. #5
## 0.3.1

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

6

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

@@ -13,6 +13,8 @@ "engines": {

"dependencies": {
"hiredis": "*",
"redis": "*",
"underscore": "*"
},
"optionalDependencies": {
"hiredis": "*"
},
"devDependencies": {

@@ -19,0 +21,0 @@ "mocha": "*",

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