
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@amendable/colors
Advanced tools
Colors converter is helpful when you want to define app-wide color theme and reuse them easily.
Colors converter is helpful when you want to define app-wide color theme and reuse them easily.
import { render } from 'react-dom'
import Box, { AmendableProvider } from '@amendable/core'
import colors from '@amendable/colors'
import inlineStyles from '@amendable/inline-styles'
render(
<AmendableProvider
resolvers={[
colors({ colors: { primary: '#0055ff', red: '#F5BCCF' } }),
inlineStyles(),
]}
>
<Box color='primary' backgroundColor='red'>
Primary color
</Box>
</AmendableProvider>
)
Note
You can both create your own color names or redefine existing CSS colors (like
red
,blue
, etc.)
color
backgroundColor
borderColor
// ...and anything else that matches /color/i
FAQs
Colors converter is helpful when you want to define app-wide color theme and reuse them easily.
The npm package @amendable/colors receives a total of 3 weekly downloads. As such, @amendable/colors popularity was classified as not popular.
We found that @amendable/colors demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.