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

@microsoft/mgt-sharepoint-provider

Package Overview
Dependencies
Maintainers
12
Versions
828
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 2.2.0-preview.ebac0f4 to 2.2.0-preview.ef9b63b

9

dist/es6/SharePointProvider.d.ts

@@ -55,4 +55,11 @@ /**

/**
* privilege level for authenication
* Name used for analytics
*
* @readonly
* @memberof IProvider
*/
get name(): string;
/**
* privilege level for authentication
*
* @type {string[]}

@@ -59,0 +66,0 @@ * @memberof SharePointProvider

@@ -53,2 +53,11 @@ /**

/**
* Name used for analytics
*
* @readonly
* @memberof IProvider
*/
get name() {
return 'MgtSharePointProvider';
}
/**
* uses provider to receive access token via SharePoint Provider

@@ -55,0 +64,0 @@ *

4

package.json
{
"name": "@microsoft/mgt-sharepoint-provider",
"version": "2.2.0-preview.ebac0f4",
"version": "2.2.0-preview.ef9b63b",
"description": "The Microsoft Graph Toolkit SharePoint Provider",

@@ -42,3 +42,3 @@ "keywords": [

"dependencies": {
"@microsoft/mgt-element": "2.2.0-preview.ebac0f4"
"@microsoft/mgt-element": "2.2.0-preview.ef9b63b"
},

@@ -45,0 +45,0 @@ "publishConfig": {

@@ -66,4 +66,14 @@ /**

/**
* privilege level for authenication
* Name used for analytics
*
* @readonly
* @memberof IProvider
*/
public get name() {
return 'MgtSharePointProvider';
}
/**
* privilege level for authentication
*
* @type {string[]}

@@ -70,0 +80,0 @@ * @memberof SharePointProvider

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