Comparing version 2.2.0 to 2.3.0
{ | ||
"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" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59372
0
16
1540
1
1