
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
hsla-to-rgba-cli
Advanced tools
hsla-to-rgba-cli is a CLI tool that converts hsla to rgba.
Get hsla-to-rgba-cli up and running quickly!
npx hsla-to-rgba-cli 14 100 60 1
or with alpha value:
npx hsla-to-rgba-cli 14 100 60 0.5
This will convert the HSLA values (14°, 100%, 60%, 1)
to its RGBA equivalent, and display a color preview in your terminal.
14 100 60 1
RGBA: (255, 87, 51, 1)
COLOR PREVIEW (in the specified color)
Alpha: 1 (not visible in ANSI)
We welcome contributions to hsla-to-rgba-cli! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions, suggestions, or feedback, please contact love1ace.
FAQs
hsla to rgba in cli
We found that hsla-to-rgba-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.