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.7 to 1.0.8

9

CHANGELOG.md

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

## 1.0.8 (2022-09-27)
### Bug Fixes
* update registering of configuration ([20942ce](https://github.com/equinor/fusion-framework/commit/20942ce1c7a853ea3b55c031a242646e378db8c9))
## 1.0.7 (2022-09-20)

@@ -8,0 +17,0 @@

2

dist/types/module.d.ts

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

requiresAuth?: boolean;
}) => IModuleConfigurator<MsalModule>;
}) => IModuleConfigurator<MsalModule, unknown>;
declare module '@equinor/fusion-framework-module' {

@@ -13,0 +13,0 @@ interface Modules {

{
"name": "@equinor/fusion-framework-module-msal",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

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

"@azure/msal-browser": "^2.21.0",
"@equinor/fusion-framework-module": "^1.2.0",
"@equinor/fusion-framework-module-http": "^2.0.7"
"@equinor/fusion-framework-module": "^1.2.1",
"@equinor/fusion-framework-module-http": "^2.0.8"
},

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

},
"gitHead": "2cd29e53f0f29582cdf98b18699d6aa0f171f7fe"
"gitHead": "6948015d0a835b16e75699fcd0b317e54fa93eef"
}

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

}
): IModuleConfigurator<MsalModule> => ({
): IModuleConfigurator<MsalModule, unknown> => ({
module,

@@ -55,0 +55,0 @@ configure: (config) => {

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