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

@fortawesome/react-fontawesome

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fortawesome/react-fontawesome - npm Package Compare versions

Comparing version 0.1.0-2 to 0.1.0-3

index.d.ts

4

index.js

@@ -464,2 +464,3 @@ (function (global, factory) {

'fa-fw': props.fixedWidth,
'fa-inverse': props.inverse,
'fa-border': props.border,

@@ -537,2 +538,4 @@ 'fa-li': props.listItem,

inverse: PropTypes.bool,
flip: PropTypes.oneOf(['horizontal', 'vertical', 'both']),

@@ -564,2 +567,3 @@

fixedWidth: false,
inverse: false,
flip: null,

@@ -566,0 +570,0 @@ icon: null,

7

package.json
{
"name": "@fortawesome/react-fontawesome",
"description": "Official React component for Font Awesome 5",
"version": "0.1.0-2",
"version": "0.1.0-3",
"main": "index.js",

@@ -32,2 +32,3 @@ "types": "index.d.ts",

"@types/react": "^16.0.31",
"babel-core": "^6.26.0",
"babel-jest": "^21.0.0",

@@ -52,5 +53,5 @@ "babel-plugin-external-helpers": "^6.22.0",

"files": [
"./index.js",
"./index.d.ts"
"index.js",
"index.d.ts"
]
}

@@ -284,2 +284,8 @@ # react-fontawesome

Inverse:
```javascript
<FontAwesomeIcon icon="spinner" inverse />
```
Border:

@@ -286,0 +292,0 @@

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