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

@azure/msal-angular

Package Overview
Dependencies
Maintainers
3
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/msal-angular - npm Package Compare versions

Comparing version 0.1.4-beta.1 to 0.1.4-beta.2

4

dist/msal-guard.service.js

@@ -31,3 +31,3 @@ "use strict";

this.authService.updateDataFromCache([this.config.clientID]);
if (!this.authService._oauthData.isAuthenticated && !this.isObjectEmpty(this.authService._oauthData.idToken)) {
if (!this.authService._oauthData.isAuthenticated && this.isObjectEmpty(this.authService._oauthData.idToken)) {
if (state.url) {

@@ -54,3 +54,3 @@ if (!this.authService._renewActive && !this.authService.loginInProgress()) {

//token is expired/deleted but userdata still exists in _oauthData object
else if (!this.authService._oauthData.isAuthenticated && this.authService._oauthData.userName) {
else if (!this.authService._oauthData.isAuthenticated && !this.isObjectEmpty(this.authService._oauthData.idToken)) {
return this.authService.acquireTokenSilent([this.config.clientID])

@@ -57,0 +57,0 @@ .then(function (token) {

@@ -13,3 +13,3 @@ {

},
"version": "0.1.4-beta.1",
"version": "0.1.4-beta.2",
"keywords": [

@@ -16,0 +16,0 @@ "implicit",

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