Comparing version 0.7.3 to 1.0.0
{ | ||
"name": "redisess", | ||
"description": "Powerful redis session manager for NodeJS", | ||
"version": "0.7.3", | ||
"version": "1.0.0", | ||
"author": "Panates Ltd.", | ||
@@ -14,3 +14,4 @@ "contributors": [ | ||
}, | ||
"main": "lib/index.js", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"keywords": [ | ||
@@ -21,20 +22,30 @@ "javascript", | ||
], | ||
"dependencies": { | ||
"errorex": "^2.3.2", | ||
"putil-waterfall": "^2.1.1" | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"ioredis": ">4.17.3" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^10.0.2", | ||
"eslint": "^6.0.1", | ||
"eslint-config-google": "^0.13.0", | ||
"ioredis": "^4.11.2", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"rejected-or-not": "^1.0.1" | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.0", | ||
"@types/ioredis": "^4.17.3", | ||
"@typescript-eslint/eslint-plugin": "^3.9.1", | ||
"@typescript-eslint/parser": "^3.9.1", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.7.0", | ||
"eslint-config-google": "^0.14.0", | ||
"mocha": "^8.1.1", | ||
"nyc": "^15.1.0", | ||
"ioredis": "^4.17.3", | ||
"rejected-or-not": "^2.0.0", | ||
"ts-cleanup": "^0.2.1", | ||
"ts-loader": "^8.0.2", | ||
"ts-node": "^8.6.2", | ||
"tsconfig-paths": "^3.9.0", | ||
"typescript": "^3.8.3" | ||
}, | ||
"engines": { | ||
"node": ">=6.0" | ||
"node": ">=8.0" | ||
}, | ||
"directories": { | ||
"lib": "./lib" | ||
"lib": "./dist" | ||
}, | ||
@@ -44,3 +55,3 @@ "files": [ | ||
"README.md", | ||
"lib/" | ||
"dist/" | ||
], | ||
@@ -51,6 +62,11 @@ "nyc": { | ||
"scripts": { | ||
"test": "mocha --require ./test/support/env --reporter spec --bail --check-leaks --testarg1=8081 test/", | ||
"cover": "nyc --reporter html --reporter text npm run test", | ||
"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", | ||
"build": "npm run clean:dist | tsc -b tsconfig-build.json", | ||
"compile": "tsc -b tsconfig.json", | ||
"cover": "nyc --reporter=cobertura --reporter html --reporter text npm run test", | ||
"test": "mocha --reporter spec test/*.test.js", | ||
"travis-cover": "nyc --reporter lcovonly npm run test" | ||
} | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
31983
1
11
901
1
17
1
+ Added@ioredis/commands@1.2.0(transitive)
+ Addedcluster-key-slot@1.1.2(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addeddenque@2.1.0(transitive)
+ Addedioredis@5.4.1(transitive)
+ Addedlodash.defaults@4.2.0(transitive)
+ Addedlodash.isarguments@3.1.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addedredis-errors@1.2.0(transitive)
+ Addedredis-parser@3.0.0(transitive)
+ Addedstandard-as-callback@2.1.0(transitive)
- Removederrorex@^2.3.2
- Removedputil-waterfall@^2.1.1
- Removederrorex@2.3.2(transitive)
- Removedputil-merge@3.13.0(transitive)
- Removedputil-promisify@1.10.1(transitive)
- Removedputil-waterfall@2.1.1(transitive)
- Removedstackframe@1.3.4(transitive)