Socket
Socket
Sign inDemoInstall

@fortawesome/fontawesome

Package Overview
Dependencies
1
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0-3 to 1.2.0-4

2

index.es.js

@@ -514,3 +514,3 @@ /*!

var attrClass = [config$1.replacementClass, iconName ? config$1.familyPrefix + '-' + iconName : '', widthClass].filter(function (c) {
return !extra.classes.includes(c);
return extra.classes.indexOf(c) === -1;
}).concat(extra.classes).join(' ');

@@ -517,0 +517,0 @@

@@ -520,3 +520,3 @@ /*!

var attrClass = [config$1.replacementClass, iconName ? config$1.familyPrefix + '-' + iconName : '', widthClass].filter(function (c) {
return !extra.classes.includes(c);
return extra.classes.indexOf(c) === -1;
}).concat(extra.classes).join(' ');

@@ -523,0 +523,0 @@

@@ -52,3 +52,3 @@ {

},
"version": "1.2.0-3",
"version": "1.2.0-4",
"name": "@fortawesome/fontawesome",

@@ -55,0 +55,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc