Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "redisess", | ||
"description": "Powerful redis session manager for NodeJS", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"author": "Panates", | ||
@@ -14,12 +14,6 @@ "contributors": [ | ||
}, | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"keywords": [ | ||
"javascript", | ||
"redis", | ||
"node-redis", | ||
"ioredis", | ||
"session", | ||
"manager" | ||
], | ||
"type": "module", | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"types": "typings/index.d.ts", | ||
"engines": { | ||
@@ -34,3 +28,11 @@ "node": ">=16.0" | ||
"README.md" | ||
], | ||
"keywords": [ | ||
"javascript", | ||
"redis", | ||
"node-redis", | ||
"ioredis", | ||
"session", | ||
"manager" | ||
] | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
59422
0
0
Yes