New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

redisess

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redisess - npm Package Compare versions

Comparing version 1.5.1 to 2.0.0

34

package.json
{
"name": "redisess",
"description": "Powerful redis session manager for NodeJS",
"version": "1.5.1",
"version": "2.0.0",
"author": "Panates Ltd.",

@@ -24,24 +24,20 @@ "contributors": [

],
"peerDependencies": {},
"dependencies": {},
"devDependencies": {
"@types/ioredis": "^4.26.5",
"@types/mocha": "^9.0.0",
"@types/node": "^16.3.0",
"@types/redis": "^2.8.31",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@types/ioredis": "^4.28.10",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"babel-eslint": "^10.1.0",
"eslint": "^8.0.1",
"eslint": "^8.20.0",
"eslint-config-google": "^0.14.0",
"ioredis": "^4.27.6",
"redis": "^3.1.2",
"mocha": "^9.0.2",
"ioredis": "^5.2.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"putil-promisify": "^1.8.4",
"ts-cleanup": "^0.2.4",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.3.5"
"putil-promisify": "^1.8.5",
"ts-cleanup": "^0.2.5",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.7.4"
},

@@ -48,0 +44,0 @@ "engines": {

@@ -18,3 +18,3 @@

Redisess requires a redis client library to work.
Redisess requires "ioredis" library to work.
It has been tested for [redis](https://www.npmjs.com/package/redis),

@@ -25,17 +25,5 @@ [node-redis](https://www.npmjs.com/package/node-redis) and

```bash
$ npm install redis redisess --save
```
or
```bash
$ npm install ioredis redisess --save
```
or
```bash
$ npm install node-redis redisess --save
```
## Basic Usage

@@ -42,0 +30,0 @@

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