Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
ba-js-icon
Advanced tools
ba-js-icon is a set of common React icon components. SVG icons provide the raw material. [SVGR](https://react-svgr.com/) is leveraged to create component equivalents.
ba-js-icon is a set of common React icon components. SVG icons provide the raw material. SVGR is leveraged to create component equivalents.
yarn add ba-js-icon
SVG source files are stored in assets/icons
(new icons are added here). The build process converts these to React components (src/icons
)
and transpiles them to ES5 (lib/icons
). An auto-generated icon index (lib/icons/index.js)
serves as the project entry point.
├── assets
│ └── icons
├── lib
│ └── icons
│ └── index.js
├── scripts
│ └── generate-icons.js # SVGR custom template
└── src
└── icons
yarn build
import { Arrow } from 'ba-js-icon'
export function StandardArrow() {
return (
<div>
<Arrow /> // arrow will be colour and size of surrounding context
</div>
)
}
export function LargeGreenArrow() {
return (
<div style={{ fontSize: '54px', color: 'green' }}>
<Arrow /> // arrow will be green and 54px
</div>
)
}
// .foo {
// color: red;
// font-size: 5em;
// }
export function LargeRedArrow() {
return (
<div>
<Arrow className="foo" /> // arrow will be red and 5em
</div>
)
}
https://www.irigoyen.dev/blog/2021/02/17/stop-using-icon-fonts/
FAQs
ba-js-icon is a set of common React icon components. SVG icons provide the raw material. [SVGR](https://react-svgr.com/) is leveraged to create component equivalents.
The npm package ba-js-icon receives a total of 0 weekly downloads. As such, ba-js-icon popularity was classified as not popular.
We found that ba-js-icon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.