Socket
Socket
Sign inDemoInstall

@fluentui/react-file-type-icons

Package Overview
Dependencies
Maintainers
12
Versions
146
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.4.1 to 8.4.2

13

CHANGELOG.md
# Change Log - @fluentui/react-file-type-icons
This log was last generated on Tue, 28 Sep 2021 22:15:28 GMT and should not be manually modified.
This log was last generated on Mon, 04 Oct 2021 07:26:24 GMT and should not be manually modified.
<!-- Start content -->
## [8.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.4.2)
Mon, 04 Oct 2021 07:26:24 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.4.1..@fluentui/react-file-type-icons_v8.4.2)
### Patches
- update fabric-cdn urls ([PR #20051](https://github.com/microsoft/fluentui/pull/20051) by caperez@microsoft.com)
## [8.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.4.1)
Tue, 28 Sep 2021 22:15:28 GMT
Tue, 28 Sep 2021 22:17:07 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.4.0..@fluentui/react-file-type-icons_v8.4.1)

@@ -11,0 +20,0 @@

2

lib-amd/initializeFileTypeIcons.d.ts
import type { IIconOptions } from '@fluentui/style-utilities';
export declare const DEFAULT_BASE_URL = "https://spoprod-a.akamaihd.net/files/fabric-cdn-prod_20210115.001/assets/item-types/";
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/item-types/";
export declare const ICON_SIZES: number[];
export declare function initializeFileTypeIcons(baseUrl?: string, options?: Partial<IIconOptions>): void;

@@ -7,3 +7,3 @@ define(["require", "exports", "react", "@fluentui/style-utilities", "./FileTypeIconMap"], function (require, exports, React, style_utilities_1, FileTypeIconMap_1) {

var SVG_SUFFIX = '_svg';
exports.DEFAULT_BASE_URL = 'https://spoprod-a.akamaihd.net/files/fabric-cdn-prod_20210115.001/assets/item-types/';
exports.DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/item-types/';
exports.ICON_SIZES = [16, 20, 24, 32, 40, 48, 64, 96];

@@ -10,0 +10,0 @@ function initializeFileTypeIcons(baseUrl, options) {

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.4.1');
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.4.2');
});
//# sourceMappingURL=version.js.map
import type { IIconOptions } from '@fluentui/style-utilities';
export declare const DEFAULT_BASE_URL = "https://spoprod-a.akamaihd.net/files/fabric-cdn-prod_20210115.001/assets/item-types/";
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/item-types/";
export declare const ICON_SIZES: number[];
export declare function initializeFileTypeIcons(baseUrl?: string, options?: Partial<IIconOptions>): void;

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

var SVG_SUFFIX = '_svg';
exports.DEFAULT_BASE_URL = 'https://spoprod-a.akamaihd.net/files/fabric-cdn-prod_20210115.001/assets/item-types/';
exports.DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/item-types/';
exports.ICON_SIZES = [16, 20, 24, 32, 40, 48, 64, 96];

@@ -12,0 +12,0 @@ function initializeFileTypeIcons(baseUrl, options) {

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

var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.4.1');
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.4.2');
//# sourceMappingURL=version.js.map
import type { IIconOptions } from '@fluentui/style-utilities';
export declare const DEFAULT_BASE_URL = "https://spoprod-a.akamaihd.net/files/fabric-cdn-prod_20210115.001/assets/item-types/";
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/item-types/";
export declare const ICON_SIZES: number[];
export declare function initializeFileTypeIcons(baseUrl?: string, options?: Partial<IIconOptions>): void;

@@ -6,3 +6,3 @@ import * as React from 'react';

var SVG_SUFFIX = '_svg';
export var DEFAULT_BASE_URL = 'https://spoprod-a.akamaihd.net/files/fabric-cdn-prod_20210115.001/assets/item-types/';
export var DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/item-types/';
export var ICON_SIZES = [16, 20, 24, 32, 40, 48, 64, 96];

@@ -9,0 +9,0 @@ export function initializeFileTypeIcons(baseUrl, options) {

// 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.4.1');
setVersion('@fluentui/react-file-type-icons', '8.4.2');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-file-type-icons",
"version": "8.4.1",
"version": "8.4.2",
"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