@microsoft/mgt-sharepoint-provider
Advanced tools
Comparing version 3.1.3 to 4.0.0-next.mgt-chat.610757
@@ -69,3 +69,5 @@ /** | ||
*/ | ||
scopes: string[]; | ||
private _scopes; | ||
get scopes(): string[]; | ||
set scopes(value: string[]); | ||
/** | ||
@@ -72,0 +74,0 @@ * authority |
@@ -53,2 +53,10 @@ /** | ||
} | ||
get scopes() { | ||
return this._scopes; | ||
} | ||
set scopes(value) { | ||
this._scopes = value; | ||
// update the approved scopes as the internal set of scopes is added to. | ||
this.approvedScopes = value; | ||
} | ||
constructor(context, baseUrl = MICROSOFT_GRAPH_DEFAULT_ENDPOINT) { | ||
@@ -55,0 +63,0 @@ super(); |
{ | ||
"name": "@microsoft/mgt-sharepoint-provider", | ||
"version": "3.1.3", | ||
"version": "4.0.0-next.mgt-chat.0610757", | ||
"description": "The Microsoft Graph Toolkit SharePoint Provider", | ||
@@ -41,4 +41,5 @@ "keywords": [ | ||
}, | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@microsoft/mgt-element": "3.1.3" | ||
"@microsoft/mgt-element": "4.0.0-next.mgt-chat.0610757" | ||
}, | ||
@@ -45,0 +46,0 @@ "publishConfig": { |
@@ -86,3 +86,11 @@ /** | ||
*/ | ||
public scopes: string[]; | ||
private _scopes: string[]; | ||
public get scopes(): string[] { | ||
return this._scopes; | ||
} | ||
public set scopes(value: string[]) { | ||
this._scopes = value; | ||
// update the approved scopes as the internal set of scopes is added to. | ||
this.approvedScopes = value; | ||
} | ||
@@ -121,2 +129,3 @@ /** | ||
} | ||
/** | ||
@@ -123,0 +132,0 @@ * update scopes |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
345
79974
1
1
- Removed@babel/runtime@7.26.9(transitive)
- Removed@lit-labs/ssr-dom-shim@1.3.0(transitive)
- Removed@lit/reactive-element@1.6.3(transitive)
- Removed@microsoft/mgt-element@3.1.3(transitive)
- Removed@microsoft/microsoft-graph-client@3.0.2(transitive)
- Removed@types/trusted-types@2.0.7(transitive)
- Removedidb@6.0.0(transitive)
- Removedlit@2.8.0(transitive)
- Removedlit-element@3.3.3(transitive)
- Removedlit-html@2.8.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedtslib@2.8.1(transitive)