
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
A python color module focused on gradients
from gradientify import Colors
print(Colors.purple_to_white('Hello'))
print(Colors.red_to_blue('Hello'))
print(Colors.green_to_yellow('Hello'))
print(Colors.black_to_white('Hello'))
print(Colors.blue_to_cyan('Hello'))
print(Colors.orange_to_pink('Hello'))
print(Colors.mint('Hello'))
print(Colors.red_to_yellow('Hello'))
print(Colors.blue_to_green('Hello'))
print(Colors.purple_to_blue('Hello'))
print(Colors.pink_to_white('Hello'))
print(Colors.cyan_to_magenta('Hello'))
print(Colors.gray_to_black('Hello'))
print(Colors.blue_to_white('Hello'))
print(Colors.red_to_green('Hello'))
print(Colors.green_to_blue('Hello'))
print(Colors.blue_to_yellow('Hello'))
print(Colors.yellow_to_cyan('Hello'))
print(Colors.magenta_to_red('Hello'))
print(Colors.white_to_black('Hello'))
print(Colors.mystic('Hello'))
print(Colors.ash('Hello'))
Same for inputs and such
purple_to_white
red_to_blue
green_to_yellow
blue_to_cyan
orange_to_pink
mint
red_to_yellow
blue_to_green
purple_to_blue
pink_to_white
cyan_to_magenta
gray_to_black
blue_to_white
red_to_green
green_to_blue
blue_to_yellow
yellow_to_cyan
magenta_to_red
black_to_white
white_to_black
mystic
ash
red_to_white
some colors look bad others look good. Feel free to suggest some colors by dming me on discord: virtual.cmd
FAQs
A Python package for gradient colors
We found that gradientify demonstrated a healthy version release cadence and project activity because the last version was released less than 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.