Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-file-type-icons

Package Overview
Dependencies
Maintainers
13
Versions
152
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.6.4 to 8.6.5

13

CHANGELOG.md
# Change Log - @fluentui/react-file-type-icons
This log was last generated on Fri, 11 Mar 2022 07:33:06 GMT and should not be manually modified.
This log was last generated on Mon, 14 Mar 2022 07:38:33 GMT and should not be manually modified.
<!-- Start content -->
## [8.6.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.6.5)
Mon, 14 Mar 2022 07:38:33 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.6.4..@fluentui/react-file-type-icons_v8.6.5)
### Patches
- Added support for ipnyb filetype icon ([PR #22059](https://github.com/microsoft/fluentui/pull/22059) by caperez@microsoft.com)
## [8.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.6.4)
Fri, 11 Mar 2022 07:33:06 GMT
Fri, 11 Mar 2022 07:34:40 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.6.3..@fluentui/react-file-type-icons_v8.6.4)

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

@@ -290,2 +290,5 @@ define(["require", "exports"], function (require, exports) {

},
ipynb: {
extensions: ['nnb', 'ipynb'],
},
link: {

@@ -292,0 +295,0 @@ extensions: ['lnk', 'link', 'url', 'website', 'webloc'],

2

lib-amd/initializeFileTypeIcons.d.ts
import type { IIconOptions } from '@fluentui/style-utilities';
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211207.001/assets/item-types/";
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20220309.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://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211207.001/assets/item-types/';
exports.DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20220309.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.6.4');
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.6.5');
});
//# sourceMappingURL=version.js.map

@@ -289,2 +289,5 @@ "use strict";

},
ipynb: {
extensions: ['nnb', 'ipynb'],
},
link: {

@@ -291,0 +294,0 @@ extensions: ['lnk', 'link', 'url', 'website', 'webloc'],

import type { IIconOptions } from '@fluentui/style-utilities';
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211207.001/assets/item-types/";
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20220309.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://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211207.001/assets/item-types/';
exports.DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20220309.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.6.4');
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.6.5');
//# sourceMappingURL=version.js.map

@@ -286,2 +286,5 @@ /**

},
ipynb: {
extensions: ['nnb', 'ipynb'],
},
link: {

@@ -288,0 +291,0 @@ extensions: ['lnk', 'link', 'url', 'website', 'webloc'],

import type { IIconOptions } from '@fluentui/style-utilities';
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211207.001/assets/item-types/";
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20220309.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://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211207.001/assets/item-types/';
export var DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20220309.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.6.4');
setVersion('@fluentui/react-file-type-icons', '8.6.5');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-file-type-icons",
"version": "8.6.4",
"version": "8.6.5",
"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

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