Socket
Socket
Sign inDemoInstall

@fortawesome/react-fontawesome

Package Overview
Dependencies
9
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-5 to 0.1.0-6

38

index.d.ts
/// <reference types="react" />
import { CSSProperties } from "react";
import { CSSProperties } from 'react'
import {

@@ -11,23 +11,23 @@ Transform,

FaSymbol
} from "@fortawesome/fontawesome-svg-core";
} from '@fortawesome/fontawesome-svg-core'
export function FontAwesomeIcon(props: Props): JSX.Element;
export function FontAwesomeIcon(props: Props): JSX.Element
export interface Props {
icon: IconProp;
mask?: IconProp;
className?: string;
spin?: boolean;
pulse?: boolean;
border?: boolean;
fixedWidth?: boolean;
inverse?: boolean;
listItem?: boolean;
flip?: FlipProp;
size?: SizeProp;
pull?: PullProp;
rotate?: RotateProp;
transform?: string | Transform;
symbol?: FaSymbol;
style?: CSSProperties;
icon: IconProp
mask?: IconProp
className?: string
spin?: boolean
pulse?: boolean
border?: boolean
fixedWidth?: boolean
inverse?: boolean
listItem?: boolean
flip?: FlipProp
size?: SizeProp
pull?: PullProp
rotation?: RotateProp
transform?: string | Transform
symbol?: FaSymbol
style?: CSSProperties
}
{
"name": "@fortawesome/react-fontawesome",
"description": "Official React component for Font Awesome 5",
"version": "0.1.0-5",
"version": "0.1.0-6",
"main": "index.js",

@@ -6,0 +6,0 @@ "module": "index.es.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