Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@draftbit/re-font-awesome
Advanced tools
// Free libraries
<FontAwesome.Icon icon=FontAwesome.FreeRegular.faCheck />
<FontAwesome.Icon icon=FontAwesome.FreeSolid.faXRay className="MyIcon" />
// Pro libraries (requires a font-awesome token, see below)
<FontAwesome.Icon
icon=FontAwesome.Duotone.faBanjo
className="PrimaryIcon"
/>
<FontAwesome.Icon icon=FontAwesome.Light.faHockeyPuck />
This library uses optional dependencies for the individual font libraries, so make sure you include the ones you want to use in your project. For example:
$ yarn add '@fortawesome/pro-regular-svg-icons@^5'
$ yarn add '@fortawesome/free-solid-svg-icons@^5'
NOTE: In order to use the -pro
libraries you must have a token for font awesome in your .npmrc
. As an example:
@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX
The reason bindings for each font style are generated by a script genbindings.js
, which you can run directly or with:
yarn gen-icon-bindings
yarn re:clean
yarn re:build
yarn re:watch
FAQs
## Usage
The npm package @draftbit/re-font-awesome receives a total of 0 weekly downloads. As such, @draftbit/re-font-awesome popularity was classified as not popular.
We found that @draftbit/re-font-awesome demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.