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

@fortawesome/react-fontawesome

Package Overview
Dependencies
Maintainers
3
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.0.16 to 0.0.17

examples/explicit/src/index.js

9

CHANGELOG.md

@@ -8,2 +8,11 @@ # Change Log

## [0.0.17](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.17) - 2017-12-19
### Changed
* Documentation and example improvements
* Use cross-env to support Windows
* Support for @fortawesome/fontawesome 1.1.0
---
## [0.0.16](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.16) - 2017-12-09

@@ -10,0 +19,0 @@

6

examples/explicit/package.json

@@ -6,5 +6,5 @@ {

"dependencies": {
"@fortawesome/fontawesome": "0.0.20",
"@fortawesome/fontawesome-free-solid": "^0.0.17",
"@fortawesome/react-fontawesome": "0.0.11",
"@fortawesome/fontawesome": "^1.0.1",
"@fortawesome/fontawesome-free-solid": "^5.0.1",
"@fortawesome/react-fontawesome": "^0.0.15",
"react": "^16.0.0",

@@ -11,0 +11,0 @@ "react-dom": "^16.0.0",

@@ -6,4 +6,4 @@ {

"dependencies": {
"@fortawesome/fontawesome": "0.0.20",
"@fortawesome/react-fontawesome": "0.0.12",
"@fortawesome/fontawesome": "^1.0.1",
"@fortawesome/react-fontawesome": "^0.0.15",
"react": "^16.0.0",

@@ -10,0 +10,0 @@ "react-dom": "^16.0.0",

@@ -6,6 +6,6 @@ {

"dependencies": {
"@fortawesome/fontawesome": "0.0.20",
"@fortawesome/fontawesome-free-brands": "^0.0.18",
"@fortawesome/fontawesome-free-solid": "^0.0.17",
"@fortawesome/react-fontawesome": "0.0.12",
"@fortawesome/fontawesome": "^1.0.1",
"@fortawesome/fontawesome-free-brands": "^5.0.1",
"@fortawesome/fontawesome-free-solid": "^5.0.1",
"@fortawesome/react-fontawesome": "^0.0.15",
"react": "^16.0.0",

@@ -12,0 +12,0 @@ "react-dom": "^16.0.0",

@@ -579,4 +579,6 @@ (function (global, factory) {

fontawesome.noAuto();
return FontAwesomeIcon$1;
})));
{
"name": "@fortawesome/react-fontawesome",
"description": "Official React component for Font Awesome 5",
"version": "0.0.16",
"version": "0.0.17",
"main": "index.js",

@@ -18,7 +18,7 @@ "homepage": "https://github.com/FortAwesome/react-fontawesome",

"build": "rollup -c rollup.config.js",
"dist": "NODE_ENV=production npm run build",
"dist": "cross-env NODE_ENV=production npm run build",
"test": "jest"
},
"peerDependencies": {
"@fortawesome/fontawesome": ">=1.0.0",
"@fortawesome/fontawesome": ">=1.1.0",
"prop-types": "^15.5.10",

@@ -34,2 +34,3 @@ "react": "^16.0.0"

"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.1.1",
"jest": "^21.0.1",

@@ -36,0 +37,0 @@ "prop-types": "^15.5.10",

@@ -27,4 +27,4 @@ # react-fontawesome

That simple usage is made possible when you add the `"coffee"` icon,
to the _library_, or when load
icon bundles _externally_ that include the icon.
to the _library_, or when _externally_ loading
icon bundles that include the icon.

@@ -283,3 +283,3 @@ These are two of the three ways you can use

```javascript
<FontAwesomeIcon icon="spinner" fixed-width />
<FontAwesomeIcon icon="spinner" fixedWidth />
```

@@ -296,3 +296,3 @@

```javascript
<FontAwesomeIcon icon="spinner" list-item />
<FontAwesomeIcon icon="spinner" listItem />
```

@@ -299,0 +299,0 @@

@@ -0,3 +1,6 @@

import fontawesome from '@fortawesome/fontawesome'
import FontAwesomeIcon from './components/FontAwesomeIcon'
fontawesome.noAuto()
export default FontAwesomeIcon

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