Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@plusauth/plusauth-oidc-client-js

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plusauth/plusauth-oidc-client-js - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

2

package.json
{
"name": "@plusauth/plusauth-oidc-client-js",
"description": "OpenID Connect (OIDC) and OAuth2 library for browser based JavaScript applications.",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",

@@ -6,0 +6,0 @@ "main": "dist/plusauth-oidc-client.umd.js",

@@ -97,6 +97,10 @@ import { EventTypes } from './constants';

/**
* Retrieve logged in user's id token if it exists.
* Retrieve logged in user's parsed id token if it exists.
*/
getIdToken(): Promise<any>;
/**
* Retrieve logged in user's id token in raw format if it exists.
*/
getIdTokenRaw(): Promise<any>;
/**
* Retrieve logged in user's scopes if it exists.

@@ -103,0 +107,0 @@ */

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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