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

passport-azure-ad

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-azure-ad - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

4

CHANGELOG.md
<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 @@

2

lib/aadutils.js

@@ -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

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