
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
a color ramp generator for design systems
the two main ways of mixing colors are to treat colors like paint or like ink.
to get a ramp of lightess values, you can either mix with white or black paint like so:

or vary the concentration of ink like so:

the results of either don't look too pleasing, but a combination of the two methods looks perfect:

const {colorAtLightness, ramp, tailwindRamp} = require("niceramps");
colorAtLightness(hex, lightness, options)
ramp(hex, options)
tailwindRamp(hex, options)
tailwindRamp() generates colors for tailwindcss' naming convention
https://tailwindcss.com/docs/customizing-colors
all options are optional, by default 10 colors are generated with 40% ink and 60% paint
{
increment: 10,
// distance between shades
// 0 is black and 100 is white
saturation: 0.4,
// 0 is pure paint
// 1 is pure ink
}
this package includes a command line utility in cli.js
npx niceramps '#d972d6' --increment=10 --saturation=1
add the -t flag to generate tailwindcss colors
FAQs
a color ramp generator for design systems
We found that niceramps 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.