
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
tailwindcss-plugin-decoration
Advanced tools
Put simply, this plugin adds utilities for all the *kinda supported* text-decoration properties that have popped up lately. These include:
Put simply, this plugin adds utilities for all the kinda supported text-decoration properties that have popped up lately. These include:
const decorationStyles = {
'.overline': {
textDecorationLine: 'overline'
},
'.decoration-skip-none': {
textDecorationSkip: 'none'
},
'.decoration-skip-objects': {
textDecorationSkip: 'objects'
},
'.decoration-skip-spaces': {
textDecorationSkip: 'spaces'
},
'.decoration-skip-edges': {
textDecorationSkip: 'edges'
},
'.decoration-skip-ink': {
textDecorationSkipInk: 'auto'
},
'.decoration-skip-ink-none': {
textDecorationSkipInk: 'none'
},
'.underline-double': {
textDecorationStyle: 'double'
},
'.underline-dotted': {
textDecorationStyle: 'dotted'
},
'.underline-dashed': {
textDecorationStyle: 'dashed'
},
'.underline-wavy': {
textDecorationStyle: 'wavy'
}
}
It also adds a whole bunch of variations of .underline-thickness-${key}, .underline-offset-${key}, and .decoration-${key}, using your spacing scale and color palette. I'm also including currentColor helpers like .decoration-current, .bg-current, .border-current
FAQs
Put simply, this plugin adds utilities for all the *kinda supported* text-decoration properties that have popped up lately. These include:
We found that tailwindcss-plugin-decoration 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

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.