Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@devtea2026/ratione-numquam-itaque-soluta
Advanced tools
A CLI utility to calculate/verify accessible magic numbers for a color palette. Read my blog post for some more information.
This tool requires Node.js version 18+.
Install globally:
$ npm install -g @devtea2026/ratione-numquam-itaque-soluta # Npm
$ yarn add -g @devtea2026/ratione-numquam-itaque-soluta # Yarn
Or install as a local dependency:
$ npm install --save @devtea2026/ratione-numquam-itaque-soluta # Npm
$ yarn add @devtea2026/ratione-numquam-itaque-soluta # Yarn
Or use without installing:
$ npx @devtea2026/ratione-numquam-itaque-soluta <file>
View program help:
$ @devtea2026/ratione-numquam-itaque-soluta --help
Usage: @devtea2026/ratione-numquam-itaque-soluta <file> [options]
Arguments:
<file> Color palette file [required] [file]
Options:
--min-ratio-3 Verify magic number for ratio 3 [number]
--min-ratio-4.5 Verify magic number for ratio 4.5 [number]
--min-ratio-7 Verify magic number for ratio 7 [number]
-h, --help Show help [commands: help] [boolean]
-v, --version Show version number [commands: version] [boolean]
Run a full report for a color palette file:
$ @devtea2026/ratione-numquam-itaque-soluta <file>
Verify that the color palette fulfills certain magic numbers per contrast ratio:
$ @devtea2026/ratione-numquam-itaque-soluta <file> --min-ratio-3=40 --min-ratio-4.5=50 --min-ratio-7=70
This tool handles flat or nested JSON files. Any consistent grading system is supported.
{
"blue-10": "#d9e8f6",
"blue-20": "#aacdec",
"blue-30": "#73b3e7",
"green-10": "#dfeacd",
"green-20": "#b8d293",
"green-30": "#9bb672"
}
{
"blue": {
"blue-100": "#d9e8f6",
"blue-200": "#aacdec",
"blue-300": "#73b3e7"
},
"green": {
"green-100": "#dfeacd",
"green-200": "#b8d293",
"green-300": "#9bb672"
}
}
Check out some example color palettes under /examples
.
This project and its contents are open source under the MIT license.
FAQs
Unknown package
The npm package @devtea2026/ratione-numquam-itaque-soluta receives a total of 0 weekly downloads. As such, @devtea2026/ratione-numquam-itaque-soluta popularity was classified as not popular.
We found that @devtea2026/ratione-numquam-itaque-soluta demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.