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

openid-client

Package Overview
Dependencies
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openid-client - npm Package Compare versions

Comparing version 3.15.2 to 3.15.3

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Change Log

## [3.15.3](https://github.com/panva/node-openid-client/compare/v3.15.2...v3.15.3) (2020-06-15)
### Bug Fixes
* give AAD v1 common same treatment as v2 common ([2344e00](https://github.com/panva/node-openid-client/commit/2344e006fd4086d0df8391f9ef95cce25299e45f)), closes [#269](https://github.com/panva/node-openid-client/issues/269)
## [3.15.2](https://github.com/panva/node-openid-client/compare/v3.15.1...v3.15.2) (2020-06-01)

@@ -7,0 +16,0 @@

3

lib/client.js

@@ -775,3 +775,2 @@ /* eslint-disable max-classes-per-file */

if (payload.s_hash) {

@@ -1572,3 +1571,2 @@ if (!state) {

/**

@@ -1582,3 +1580,2 @@ * @name issuer

/**

@@ -1585,0 +1582,0 @@ * @name issuer

@@ -6,2 +6,3 @@ const OIDC_DISCOVERY = '/.well-known/openid-configuration';

const AAD_MULTITENANT_DISCOVERY = new Set([
`https://login.microsoftonline.com/common${OIDC_DISCOVERY}`,
`https://login.microsoftonline.com/common/v2.0${OIDC_DISCOVERY}`,

@@ -8,0 +9,0 @@ `https://login.microsoftonline.com/organizations/v2.0${OIDC_DISCOVERY}`,

@@ -62,3 +62,2 @@ const { STATUS_CODES } = require('http');

module.exports = processResponse;
{
"name": "openid-client",
"version": "3.15.2",
"version": "3.15.3",
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs",

@@ -60,9 +60,9 @@ "keywords": [

"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2",
"husky": "^4.0.0",
"mocha": "^7.0.0",
"mocha": "^8.0.1",
"nock": "^12.0.1",
"nyc": "^15.0.0",
"nyc": "^15.1.0",
"readable-mock-req": "^0.2.2",

@@ -69,0 +69,0 @@ "sinon": "^9.0.0",

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