passport-azure-ad
Advanced tools
Comparing version 4.3.1 to 4.3.2
<a name="4.0.0"></a> | ||
# 4.3.2 | ||
- Update `async` to resolve dependency alert: #4724 | ||
- Update `cache-manager` to resolve dependency alert: #4781 | ||
# 4.3.1 | ||
@@ -4,0 +8,0 @@ |
@@ -16,3 +16,3 @@ /* | ||
exports.getLibraryVersion = () => { | ||
return "4.3.0"; | ||
return "4.3.2"; | ||
}; | ||
@@ -19,0 +19,0 @@ |
@@ -24,3 +24,3 @@ /* | ||
const log = new Log("AzureAD: Bearer Strategy"); | ||
const memoryCache = cacheManager.caching({ store: "memory", max: 3600, ttl: 1800 /* seconds */ }); | ||
const memoryCache = cacheManager.caching({ store: "memory", max: 3600, shouldCloneBeforeSet: false, ttl: 1800 /* seconds */ }); | ||
const ttl = 1800; // 30 minutes cache | ||
@@ -27,0 +27,0 @@ |
{ | ||
"name": "passport-azure-ad", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"license": "MIT", | ||
@@ -38,6 +38,6 @@ "keywords": [ | ||
"dependencies": { | ||
"async": "^1.5.2", | ||
"async": "^3.2.3", | ||
"base64url": "^3.0.0", | ||
"bunyan": "^1.8.14", | ||
"cache-manager": "2.10.2", | ||
"cache-manager": "^3.6.1", | ||
"https-proxy-agent": "^5.0.0", | ||
@@ -54,3 +54,3 @@ "jws": "^3.1.3", | ||
"test": "grunt run_tests", | ||
"lint": "./node_modules/.bin/eslint lib/**" | ||
"lint": "eslint lib/**" | ||
}, | ||
@@ -57,0 +57,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
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
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
171181
2
224218
24
3509
+ Addedasync@3.2.33.2.6(transitive)
+ Addedcache-manager@3.6.3(transitive)
+ Addedlru-cache@6.0.0(transitive)
+ Addedyallist@4.0.0(transitive)
- Removedasync@1.5.2(transitive)
- Removedcache-manager@2.10.2(transitive)
- Removedlru-cache@4.0.0(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedyallist@2.1.2(transitive)
Updatedasync@^3.2.3
Updatedcache-manager@^3.6.1