Socket
Socket
Sign inDemoInstall

openid-client

Package Overview
Dependencies
Maintainers
1
Versions
181
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 4.3.0 to 4.4.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [4.4.0](https://github.com/panva/node-openid-client/compare/v4.3.0...v4.4.0) (2021-01-29)
### Features
* allow options.https.pfx for mTSL ([075cad7](https://github.com/panva/node-openid-client/commit/075cad73a28d825128e6c92d44e7dba556b6a6f4)), closes [#326](https://github.com/panva/node-openid-client/issues/326)
## [4.3.0](https://github.com/panva/node-openid-client/compare/v4.2.3...v4.3.0) (2021-01-22)

@@ -7,0 +14,0 @@

2

lib/helpers/request.js

@@ -47,3 +47,3 @@ const Got = require('got');

(!opts.key || !opts.cert)
&& (!opts.https || !opts.https.key || !opts.https.certificate)
&& (!opts.https || !((opts.https.key && opts.https.certificate) || opts.https.pfx))
)

@@ -50,0 +50,0 @@ ) {

{
"name": "openid-client",
"version": "4.3.0",
"version": "4.4.0",
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs",

@@ -5,0 +5,0 @@ "keywords": [

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