Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@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 6 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.