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.17 to 1.13.0-beta.19

11

dist/index-internal-beta.d.ts

@@ -36,2 +36,13 @@ /**

/**
* Definition: If true, this ACE supports and has been tested for theme variants experience.
*
* @remarks
* Usage: Use this flag if a ACE supports theme variants and has been tested as such.
* In order to support theme variants, ACEs must have the capability to render correctly in the context
* of a theme variant. An ACE may or may not need to be updated to support theme variants, but should
* always be tested before enabling this flag. By default no ACEs support theme variants.
*
*/
supportsThemeVariants?: boolean;
/**
* An untyped property bag for experimental flags not ready for production.

@@ -38,0 +49,0 @@ *

@@ -36,2 +36,13 @@ /**

/**
* Definition: If true, this ACE supports and has been tested for theme variants experience.
*
* @remarks
* Usage: Use this flag if a ACE supports theme variants and has been tested as such.
* In order to support theme variants, ACEs must have the capability to render correctly in the context
* of a theme variant. An ACE may or may not need to be updated to support theme variants, but should
* always be tested before enabling this flag. By default no ACEs support theme variants.
*
*/
supportsThemeVariants?: boolean;
/**
* An untyped property bag for experimental flags not ready for production.

@@ -38,0 +49,0 @@ *

2

dist/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.18.4"
"packageVersion": "7.18.6"
}
]
}

@@ -25,2 +25,13 @@ import { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';

/**
* Definition: If true, this ACE supports and has been tested for theme variants experience.
*
* @remarks
* Usage: Use this flag if a ACE supports theme variants and has been tested as such.
* In order to support theme variants, ACEs must have the capability to render correctly in the context
* of a theme variant. An ACE may or may not need to be updated to support theme variants, but should
* always be tested before enabling this flag. By default no ACEs support theme variants.
*
*/
supportsThemeVariants?: boolean;
/**
* An untyped property bag for experimental flags not ready for production.

@@ -27,0 +38,0 @@ *

{
"name": "@microsoft/sp-module-interfaces",
"version": "1.13.0-beta.17",
"version": "1.13.0-beta.19",
"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

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