Socket
Socket
Sign inDemoInstall

oidc-client

Package Overview
Dependencies
4
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.0 to 1.10.1

14

dist/oidc-client.d.ts

@@ -41,7 +41,7 @@ /* Provides a namespace for when the library is loaded outside a module loader environment */

export class Log {
static readonly NONE = 0;
static readonly ERROR = 1;
static readonly WARN = 2;
static readonly INFO = 3;
static readonly DEBUG = 4;
static readonly NONE: 0;
static readonly ERROR: 1;
static readonly WARN: 2;
static readonly INFO: 3;
static readonly DEBUG: 4;

@@ -127,3 +127,3 @@ static reset(): void;

/** The URL of the OIDC/OAuth2 provider */
authority: string;
authority?: string;
readonly metadataUrl?: string;

@@ -135,3 +135,3 @@ /** Provide metadata when authority server does not allow CORS on the metadata endpoint */

/** Your client application's identifier as registered with the OIDC/OAuth2 */
client_id: string;
client_id?: string;
client_secret?: string;

@@ -138,0 +138,0 @@ /** The type of response desired from the OIDC/OAuth2 provider (default: 'id_token') */

@@ -41,7 +41,7 @@ /* Provides a namespace for when the library is loaded outside a module loader environment */

export class Log {
static readonly NONE = 0;
static readonly ERROR = 1;
static readonly WARN = 2;
static readonly INFO = 3;
static readonly DEBUG = 4;
static readonly NONE: 0;
static readonly ERROR: 1;
static readonly WARN: 2;
static readonly INFO: 3;
static readonly DEBUG: 4;

@@ -127,3 +127,3 @@ static reset(): void;

/** The URL of the OIDC/OAuth2 provider */
authority: string;
authority?: string;
readonly metadataUrl?: string;

@@ -135,3 +135,3 @@ /** Provide metadata when authority server does not allow CORS on the metadata endpoint */

/** Your client application's identifier as registered with the OIDC/OAuth2 */
client_id: string;
client_id?: string;
client_secret?: string;

@@ -138,0 +138,0 @@ /** The type of response desired from the OIDC/OAuth2 provider (default: 'id_token') */

{
"name": "oidc-client",
"version": "1.10.0",
"version": "1.10.1",
"description": "OpenID Connect (OIDC) & OAuth2 client library",

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

@@ -1,1 +0,1 @@

const Version = "1.10.0"; export {Version};
const Version = "1.10.1"; export {Version};

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

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc