Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.0 to 2.0.1

3

CHANGELOG.md

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

## 2.0.1
- Fix archive file icons
## 2.0.0

@@ -7,0 +10,0 @@ - Font Awesome 5 icons

2

lib/icons.js

@@ -14,3 +14,3 @@ 'use strict';

video: 'fa-file-video',
zip: 'fa-file-zip',
zip: 'fa-file-archive',
code: 'fa-file-code',

@@ -17,0 +17,0 @@ text: 'fa-file-alt',

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

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

@@ -9,3 +9,3 @@ const icons = {

video: 'fa-file-video',
zip: 'fa-file-zip',
zip: 'fa-file-archive',
code: 'fa-file-code',

@@ -12,0 +12,0 @@ text: 'fa-file-alt',

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