Socket
Socket
Sign inDemoInstall

openid-client

Package Overview
Dependencies
5
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.0 to 5.3.1

2

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

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

@@ -51,3 +51,3 @@ # openid-client

Updates to draft specifications (DPoP, JARM, etc) are released as MINOR library versions,
Updates to draft specifications are released as MINOR library versions,
if you utilize these specification implementations consider using the tilde `~` operator in your

@@ -54,0 +54,0 @@ package.json since breaking changes may be introduced as part of these version updates.

@@ -354,3 +354,3 @@ /// <reference types="node" />

},
): { body?: Buffer } & http.IncomingMessage;
): Promise<{ body?: Buffer } & http.IncomingMessage>;
grant(body: GrantBody, extras?: GrantExtras): Promise<TokenSet>;

@@ -357,0 +357,0 @@ introspect(

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc