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

@equinor/fusion-framework-module-msal

Package Overview
Dependencies
Maintainers
3
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-module-msal - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## 1.0.19 (2022-11-11)
### Bug Fixes
- **module-msal:** await redirect handling ([92686d2](https://github.com/equinor/fusion-framework/commit/92686d2ae054d7f507093b839edb2fe5775c7449))
## 1.0.18 (2022-11-11)

@@ -8,0 +14,0 @@

2

dist/esm/module.js

@@ -25,3 +25,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

if (config.requiresAuth) {
authProvider.handleRedirect();
yield authProvider.handleRedirect();
if (!authProvider.defaultAccount) {

@@ -28,0 +28,0 @@ yield authProvider.login();

{
"name": "@equinor/fusion-framework-module-msal",
"version": "1.0.18",
"version": "1.0.19",
"description": "",

@@ -35,3 +35,3 @@ "main": "dist/esm/index.js",

"@azure/msal-browser": "^2.21.0",
"@equinor/fusion-framework-module": "^1.2.8"
"@equinor/fusion-framework-module": "^1.2.9"
},

@@ -41,3 +41,3 @@ "devDependencies": {

},
"gitHead": "2dd115889b330bf92466e375f87d5ff95ab3a793"
"gitHead": "676b6bab4e586885185d21b14bd61f392e76f74d"
}

@@ -22,3 +22,3 @@ import { AuthClientOptions, AuthConfigurator, IAuthConfigurator } from './configurator';

if (config.requiresAuth) {
authProvider.handleRedirect();
await authProvider.handleRedirect();
if (!authProvider.defaultAccount) {

@@ -25,0 +25,0 @@ await authProvider.login();

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