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

@microsoft/mgt-element

Package Overview
Dependencies
Maintainers
2
Versions
831
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/mgt-element - npm Package Compare versions

Comparing version 2.2.0-next.msal2provider.a9b1931b to 2.2.0-next.msal2provider.d842c5b

0

dist/es6/BetaGraph.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

9

dist/es6/providers/IProvider.d.ts

@@ -27,14 +27,5 @@ /**

graph: IGraph;
/**
* Enable/Disable multi account functionality
*
* @protected
* @type {boolean}
* @memberof IProvider
*/
protected isMultipleAccountDisabled: boolean;
private _state;
private _loginChangedDispatcher;
private _activeAccountChangedDispatcher;
get isMultiAccountDisabled(): boolean;
/**

@@ -41,0 +32,0 @@ * returns state of Provider

@@ -18,10 +18,2 @@ /**

constructor() {
/**
* Enable/Disable multi account functionality
*
* @protected
* @type {boolean}
* @memberof IProvider
*/
this.isMultipleAccountDisabled = true;
this._loginChangedDispatcher = new EventDispatcher();

@@ -31,5 +23,2 @@ this._activeAccountChangedDispatcher = new EventDispatcher();

}
get isMultiAccountDisabled() {
return this.isMultipleAccountDisabled;
}
/**

@@ -36,0 +25,0 @@ * returns state of Provider

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

2

package.json
{
"name": "@microsoft/mgt-element",
"version": "2.2.0-next.msal2provider.a9b1931b",
"version": "2.2.0-next.msal2provider.d842c5b",
"description": "Microsoft Graph Toolkit base classes",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit",

@@ -29,16 +29,5 @@ /**

public graph: IGraph;
/**
* Enable/Disable multi account functionality
*
* @protected
* @type {boolean}
* @memberof IProvider
*/
protected isMultipleAccountDisabled: boolean = true;
private _state: ProviderState;
private _loginChangedDispatcher = new EventDispatcher<LoginChangedEvent>();
private _activeAccountChangedDispatcher = new EventDispatcher<ActiveAccountChanged>();
public get isMultiAccountDisabled(): boolean {
return this.isMultipleAccountDisabled;
}
/**

@@ -45,0 +34,0 @@ * returns state of Provider

Sorry, the diff of this file is not supported yet

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