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.12.2 to 3.13.0

9

CHANGELOG.md

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

# [3.13.0](https://github.com/panva/node-openid-client/compare/v3.12.2...v3.13.0) (2020-02-18)
### Features
* add support for RSA-OAEP-384 and RSA-OAEP-512 JWE algorithms ([6c696e9](https://github.com/panva/node-openid-client/commit/6c696e98202af2a358fde72bd0718c7dff7f3a96))
## [3.12.2](https://github.com/panva/node-openid-client/compare/v3.12.1...v3.12.2) (2020-01-30)

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

4

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

@@ -46,3 +46,3 @@ "keywords": [

"got": "^9.6.0",
"jose": "^1.22.0",
"jose": "^1.23.0",
"lodash": "^4.17.15",

@@ -49,0 +49,0 @@ "lru-cache": "^5.1.1",

@@ -45,2 +45,4 @@ # openid-client

- self_signed_tls_client_auth
- [OpenID Connect Session Management 1.0 - draft 28][feature-rp-logout]
- RP-Initiated Logout

@@ -298,2 +300,3 @@ ## Certification

[feature-device-flow]: https://tools.ietf.org/html/rfc8628
[feature-rp-logout]: https://openid.net/specs/openid-connect-session-1_0.html#RPLogout
[openid-certified-link]: https://openid.net/certification/

@@ -300,0 +303,0 @@ [passport-url]: http://passportjs.org

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