New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/mgt-sharepoint-provider

Package Overview
Dependencies
Maintainers
2
Versions
830
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/mgt-sharepoint-provider - npm Package Compare versions

Comparing version 3.1.3 to 4.0.0-next.mgt-chat.610757

4

dist/es6/SharePointProvider.d.ts

@@ -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

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