New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

font-awesome-filetypes

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

font-awesome-filetypes - npm Package Compare versions

Comparing version

to
2.0.0

yarn-error.log

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Changelog

## 2.0.0
- Font Awesome 5 icons
## 1.2.0

@@ -7,0 +10,0 @@ - Added `getExtensionForFilename`, `getClassNameForFilename` & `getIconForFilename` functions

22

lib/icons.js

@@ -7,15 +7,15 @@ 'use strict';

var icons = {
image: 'fa-file-image-o',
pdf: 'fa-file-pdf-o',
word: 'fa-file-word-o',
powerpoint: 'fa-file-powerpoint-o',
excel: 'fa-file-excel-o',
audio: 'fa-file-audio-o',
video: 'fa-file-video-o',
zip: 'fa-file-zip-o',
code: 'fa-file-code-o',
text: 'fa-file-text-o',
file: 'fa-file-o'
image: 'fa-file-image',
pdf: 'fa-file-pdf',
word: 'fa-file-word',
powerpoint: 'fa-file-powerpoint',
excel: 'fa-file-excel',
audio: 'fa-file-audio',
video: 'fa-file-video',
zip: 'fa-file-zip',
code: 'fa-file-code',
text: 'fa-file-alt',
file: 'fa-file'
};
exports.default = icons;
# The MIT License (MIT)
Copyright (c) 2015 Sebastian De Deyne <sebastian@spatie.be>
Copyright (c) Sebastian De Deyne <sebastian@spatie.be>

@@ -5,0 +5,0 @@ > Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "font-awesome-filetypes",
"version": "1.2.0",
"version": "2.0.0",
"description": "Helper to retrieve the Font Awesome icon for a specific file extension",

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

@@ -6,3 +6,3 @@ # Font Awesome Filetypes

Helper to retrieve the Font Awesome icon for a specific file extension.
Helper to retrieve the Font Awesome 5 icon for a specific file extension.

@@ -15,2 +15,4 @@ ## Installation

> For Font Awesome 4, install v1 of this package
## Usage

@@ -107,3 +109,3 @@

Does your business depend on our contributions? Reach out and support us on [Patreon](https://www.patreon.com/spatie).
Does your business depend on our contributions? Reach out and support us on [Patreon](https://www.patreon.com/spatie).
All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.

@@ -110,0 +112,0 @@

const icons = {
image: 'fa-file-image-o',
pdf: 'fa-file-pdf-o',
word: 'fa-file-word-o',
powerpoint: 'fa-file-powerpoint-o',
excel: 'fa-file-excel-o',
audio: 'fa-file-audio-o',
video: 'fa-file-video-o',
zip: 'fa-file-zip-o',
code: 'fa-file-code-o',
text: 'fa-file-text-o',
file: 'fa-file-o'
image: 'fa-file-image',
pdf: 'fa-file-pdf',
word: 'fa-file-word',
powerpoint: 'fa-file-powerpoint',
excel: 'fa-file-excel',
audio: 'fa-file-audio',
video: 'fa-file-video',
zip: 'fa-file-zip',
code: 'fa-file-code',
text: 'fa-file-alt',
file: 'fa-file'
}
export default icons

Sorry, the diff of this file is not supported yet