Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redisess

Package Overview
Dependencies
Maintainers
0
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.2.0 to 2.3.0

cjs/index.js

52

package.json
{
"name": "redisess",
"description": "Powerful redis session manager for NodeJS",
"version": "2.2.0",
"author": "Panates Ltd.",
"version": "2.3.0",
"author": "Panates",
"contributors": [

@@ -24,46 +24,12 @@ "Eray Hanoglu <e.hanoglu@panates.com>"

],
"devDependencies": {
"@types/ioredis": "^5.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.44.0",
"eslint-config-google": "^0.14.0",
"ioredis": "^5.3.2",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"putil-promisify": "^1.10.0",
"ts-cleanup": "^0.2.6",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=10.0"
"node": ">=16.0"
},
"directories": {
"lib": "./dist"
},
"files": [
"cjs/",
"esm/",
"typings/",
"LICENSE",
"README.md",
"dist/"
],
"nyc": {
"temp-dir": "./coverage/.nyc_output"
},
"scripts": {
"clean": "npm run clean:src && npm run clean:test && npm run clean:dist",
"clean:dist": "ts-cleanup -d dist --remove-dirs --all",
"clean:src": "ts-cleanup -s src --all",
"prebuild": "npm run clean:dist",
"build": "tsc -b tsconfig-build.json",
"compile": "tsc -b tsconfig.json",
"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"
}
}
"README.md"
]
}
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