Socket
Socket
Sign inDemoInstall

oidc-client

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oidc-client - npm Package Compare versions

Comparing version 1.6.0-beta.2 to 1.6.0

2

index.d.ts

@@ -76,2 +76,4 @@ /* Provides a namespace for when the library is loaded outside a module loader environment */

getKeysEndpoint(): Promise<string | undefined>;
getSigningKeys(): Promise<any[]>;

@@ -78,0 +80,0 @@ }

2

package.json
{
"name": "oidc-client",
"version": "1.6.0-beta.2",
"version": "1.6.0",
"description": "OpenID Connect (OIDC) & OAuth2 client library",

@@ -5,0 +5,0 @@ "main": "lib/oidc-client.min.js",

@@ -89,2 +89,6 @@ // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.

getKeysEndpoint() {
return this._getMetadataProperty("jwks_uri", true);
}
_getMetadataProperty(name, optional=false) {

@@ -91,0 +95,0 @@ Log.debug("MetadataService.getMetadataProperty for: " + name);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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