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 2.1.0 to 2.1.1

2

dist/SessionManager.d.ts

@@ -11,3 +11,3 @@ import Redis from 'ioredis';

}
export declare type ResultSession = Session & Record<string, any>;
export type ResultSession = Session & Record<string, any>;
/**

@@ -14,0 +14,0 @@ *

{
"name": "redisess",
"description": "Powerful redis session manager for NodeJS",
"version": "2.1.0",
"version": "2.1.1",
"author": "Panates Ltd.",

@@ -25,19 +25,19 @@ "contributors": [

"devDependencies": {
"@types/ioredis": "^4.28.10",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@types/ioredis": "^5.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.23.1",
"eslint": "^8.31.0",
"eslint-config-google": "^0.14.0",
"ioredis": "^5.2.3",
"mocha": "^10.0.0",
"ioredis": "^5.2.4",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"putil-promisify": "^1.8.5",
"ts-cleanup": "^0.2.5",
"ts-loader": "^9.3.1",
"putil-promisify": "^1.8.6",
"ts-cleanup": "^0.2.6",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.8.3"
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.4"
},

@@ -62,3 +62,4 @@ "engines": {

"clean:src": "ts-cleanup -s src --all",
"build": "npm run clean:dist | tsc -b tsconfig-build.json",
"prebuild": "npm run clean:dist",
"build": "tsc -b tsconfig-build.json",
"compile": "tsc -b tsconfig.json",

@@ -65,0 +66,0 @@ "test": "TS_NODE_PROJECT='./test/tsconfig.json' mocha -r ts-node/register -r tsconfig-paths/register --reporter spec test/**/*.spec.ts",

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