Socket
Socket
Sign inDemoInstall

@microsoft/sp-module-interfaces

Package Overview
Dependencies
Maintainers
2
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/sp-module-interfaces - npm Package Compare versions

Comparing version 1.13.0-beta.22 to 1.13.0-beta.24

2

dist/index-internal-beta.d.ts

@@ -34,3 +34,3 @@ /**

*/
supportedHosts?: ReadonlyArray<'Dashboard' | 'SharePointWebPart'>;
supportedHosts?: ReadonlyArray<'Dashboard'>;
/**

@@ -37,0 +37,0 @@ * Definition: If true, this ACE supports and has been tested for theme variants experience.

@@ -34,3 +34,3 @@ /**

*/
supportedHosts?: ReadonlyArray<'Dashboard' | 'SharePointWebPart'>;
supportedHosts?: ReadonlyArray<'Dashboard'>;
/**

@@ -37,0 +37,0 @@ * Definition: If true, this ACE supports and has been tested for theme variants experience.

@@ -23,3 +23,3 @@ import { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';

*/
supportedHosts?: ReadonlyArray<'Dashboard' | 'SharePointWebPart'>;
supportedHosts?: ReadonlyArray<'Dashboard'>;
/**

@@ -26,0 +26,0 @@ * Definition: If true, this ACE supports and has been tested for theme variants experience.

@@ -95,7 +95,7 @@ {

"supportedHosts": {
"description": "An array indicates the AdaptiveCardExtension supports any of following hosts. If this property is missing the default is SharePointFullPage",
"description": "An array indicates the AdaptiveCardExtension supports any of following hosts. Currently, only Dashboard is supported.",
"type": "array",
"items": {
"type": "string",
"enum": ["Dashboard", "SharePointWebPart"]
"enum": ["Dashboard"]
}

@@ -102,0 +102,0 @@ },

{
"name": "@microsoft/sp-module-interfaces",
"version": "1.13.0-beta.22",
"version": "1.13.0-beta.24",
"description": "SharePoint Framework module interfaces",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN \"EULA\" FOLDER",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc