Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.0 to 1.2.1

16

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

@@ -24,6 +24,7 @@ "contributors": [

},
"dependencies": {},
"devDependencies": {
"@types/ioredis": "^4.17.6",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.2",
"@types/node": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.5.0",

@@ -35,8 +36,8 @@ "@typescript-eslint/parser": "^4.5.0",

"ioredis": "^4.19.0",
"mocha": "^8.2.0",
"mocha": "^9.0.2",
"nyc": "^15.1.0",
"rejected-or-not": "^2.0.0",
"ts-cleanup": "^0.2.2",
"ts-loader": "^8.0.7",
"ts-node": "^9.0.0",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.9.0",

@@ -65,9 +66,6 @@ "typescript": "^4.0.3"

"compile": "tsc -b tsconfig.json",
"test": "ts-mocha -p test/tsconfig.json --paths --reporter spec test/**/*.spec.ts",
"test": "TS_NODE_PROJECT='./test/tsconfig.json' mocha -r ts-node/register -r tsconfig-paths/register --reporter spec test/**/*.spec.ts",
"cover": "nyc --reporter=cobertura --reporter html --reporter text npm run test",
"travis-cover": "nyc --reporter lcovonly npm run test"
},
"dependencies": {
"ts-mocha": "^8.0.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