sessionstore
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"author": "adrai", | ||
"name": "sessionstore", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"private": false, | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"jsondate": "0.0.1", | ||
"lodash": "4.17.4", | ||
"lodash": "4.17.10", | ||
"parent-require": "1.0.0", | ||
@@ -29,3 +29,3 @@ "tolerance": "1.0.0" | ||
"memjs": "0.x.x", | ||
"mocha": "3.x.x", | ||
"mocha": ">= 5.1.1", | ||
"mongodb": "2.1.x", | ||
@@ -64,4 +64,4 @@ "redis": ">= 0.10.1", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha --exit" | ||
} | ||
} |
@@ -0,1 +1,4 @@ | ||
### [v1.3.2](https://github.com/adrai/sessionstore/compare/v1.3.1...v1.3.2) | ||
- update mocha and loadash libraries, regarding npm audit vulnerabilities | ||
### [v1.3.1](https://github.com/adrai/sessionstore/compare/v1.3.0...v1.3.1) | ||
@@ -2,0 +5,0 @@ - remove deprecated option max_attempts from redis options |
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
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
45421
+ Addedlodash@4.17.10(transitive)
- Removedlodash@4.17.4(transitive)
Updatedlodash@4.17.10