@fluentui/api-docs
Advanced tools
+10
-1
| # Change Log - @fluentui/api-docs | ||
| This log was last generated on Mon, 19 Jun 2023 07:36:38 GMT and should not be manually modified. | ||
| This log was last generated on Wed, 05 Jun 2024 07:23:46 GMT and should not be manually modified. | ||
| <!-- Start content --> | ||
| ## [8.2.22](https://github.com/microsoft/fluentui/tree/@fluentui/api-docs_v8.2.22) | ||
| Wed, 05 Jun 2024 07:23:46 GMT | ||
| [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/api-docs_v8.2.11..@fluentui/api-docs_v8.2.22) | ||
| ### Patches | ||
| - chore: bump api-extractor-model in order to migrate to TS 4.9 ([PR #31496](https://github.com/microsoft/fluentui/pull/31496) by martinhochel@microsoft.com) | ||
| ## [8.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/api-docs_v8.2.11) | ||
@@ -8,0 +17,0 @@ |
@@ -24,3 +24,3 @@ /** | ||
| /** Map from group name to page names */ | ||
| export declare type PageGroups = { | ||
| export type PageGroups = { | ||
| [groupName: string]: string[]; | ||
@@ -36,3 +36,3 @@ }; | ||
| } | ||
| export declare type ApiKind = 'interface' | 'enum' | 'class' | 'typeAlias'; | ||
| export type ApiKind = 'interface' | 'enum' | 'class' | 'typeAlias'; | ||
| /** | ||
@@ -79,3 +79,3 @@ * Info for a table representing a top-level API item: interface, enum, class, or type alias. | ||
| */ | ||
| export declare type IEnumTableRowJson = Omit<ITableRowJson, 'kind' | 'typeTokens' | 'defaultValue' | 'required'> & { | ||
| export type IEnumTableRowJson = Omit<ITableRowJson, 'kind' | 'typeTokens' | 'defaultValue' | 'required'> & { | ||
| value: string; | ||
@@ -82,0 +82,0 @@ }; |
+3
-3
| { | ||
| "name": "@fluentui/api-docs", | ||
| "version": "8.2.21", | ||
| "version": "8.2.22", | ||
| "description": "Transforms API Extractor .api.json files into .page.json files", | ||
@@ -24,6 +24,6 @@ "repository": { | ||
| "dependencies": { | ||
| "@microsoft/api-extractor-model": "7.24.2", | ||
| "@microsoft/tsdoc": "0.14.1", | ||
| "@microsoft/api-extractor-model": "7.26.9", | ||
| "@microsoft/tsdoc": "0.14.2", | ||
| "fs-extra": "^8.1.0" | ||
| } | ||
| } |
Sorry, the diff of this file is too big to display
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
220250
0.39%3540
0.43%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated