Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@lendi-ui/color
Advanced tools
Color style with bg
(background color), fg
(font color) and color
(every CSS property relate to color).
yarn add @lendi-ui/color
bg
for styling background-color.import { bg } from '@lendi-ui/color';
const Square = styled.div`
width: 2em;
height: 2em;
${bg('warn.500')};
`;
fg
for styling font-color.import { fg } from '@lendi-ui/color';
const WarningText = styled.span`
${fg('warn.500')};
`;
color
for styling every CSS porperty relate to color.import { color } from '@lendi-ui/color';
const Circle = styled.div`
width: 0;
border-radius: 1em;
border: 1em solid ${color('primary.500')};
`;
FAQs
Color utilities for color.
The npm package @lendi-ui/color receives a total of 457 weekly downloads. As such, @lendi-ui/color popularity was classified as not popular.
We found that @lendi-ui/color demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 44 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.
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.