Socket
Socket
Sign inDemoInstall

@fluentui/react-file-type-icons

Package Overview
Dependencies
Maintainers
14
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-file-type-icons - npm Package Compare versions

Comparing version 8.7.11 to 8.8.0

15

CHANGELOG.md
# Change Log - @fluentui/react-file-type-icons
This log was last generated on Thu, 20 Oct 2022 07:41:31 GMT and should not be manually modified.
This log was last generated on Thu, 27 Oct 2022 07:43:34 GMT and should not be manually modified.
<!-- Start content -->
## [8.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.8.0)
Thu, 27 Oct 2022 07:43:34 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.7.11..@fluentui/react-file-type-icons_v8.8.0)
### Minor changes
- add support for wbtx file ([PR #25346](https://github.com/microsoft/fluentui/pull/25346) by 51342814+jieleiwang@users.noreply.github.com)
## [8.7.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.7.11)
Thu, 20 Oct 2022 07:41:31 GMT
Thu, 20 Oct 2022 07:43:11 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.7.10..@fluentui/react-file-type-icons_v8.7.11)

@@ -15,3 +24,3 @@

- chore: Bump react peer dependency to react 18. ([PR #25278](https://github.com/microsoft/fluentui/pull/25278) by mgodbolt@microsoft.com)
- Bump @fluentui/style-utilities to v8.8.1 ([PR #25287](https://github.com/microsoft/fluentui/pull/25287) by beachball)
- Bump @fluentui/style-utilities to v8.8.1 ([PR #25294](https://github.com/microsoft/fluentui/pull/25294) by beachball)

@@ -18,0 +27,0 @@ ## [8.7.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.7.10)

2

lib-amd/FileTypeIconMap.js

@@ -545,3 +545,3 @@ define(["require", "exports"], function (require, exports) {

whiteboard: {
extensions: ['whiteboard'],
extensions: ['whiteboard', 'wbtx'],
},

@@ -548,0 +548,0 @@ xlsx: {

define(["require", "exports", "@fluentui/set-version"], function (require, exports, set_version_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.7.11');
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.8.0');
});
//# sourceMappingURL=version.js.map

@@ -544,3 +544,3 @@ "use strict";

whiteboard: {
extensions: ['whiteboard'],
extensions: ['whiteboard', 'wbtx'],
},

@@ -547,0 +547,0 @@ xlsx: {

@@ -6,3 +6,3 @@ "use strict";

var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.7.11');
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.8.0');
//# sourceMappingURL=version.js.map

@@ -541,3 +541,3 @@ /**

whiteboard: {
extensions: ['whiteboard'],
extensions: ['whiteboard', 'wbtx'],
},

@@ -544,0 +544,0 @@ xlsx: {

// Do not modify this file; it is generated as part of publish.
// The checked in version is a placeholder only and will not be updated.
import { setVersion } from '@fluentui/set-version';
setVersion('@fluentui/react-file-type-icons', '8.7.11');
setVersion('@fluentui/react-file-type-icons', '8.8.0');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-file-type-icons",
"version": "8.7.11",
"version": "8.8.0",
"description": "Fluent UI React file type icon set.",

@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js",

Sorry, the diff of this file is too big to display

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

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