
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
channel-colors
Advanced tools
Colors for Channel.io, builds platform-dependent color resources by single maintenance point.
Channel-Colors is an color scheme used and created by Channel.io.
Anyone can download pre built scheme(recommended) or build manually with original .colors.json file.
We provide pre built latest distributions.
Usage
div {
background-color: $ch-navy600;
}
Usage
div {
background-color: var(--navy-600);
}
Usage
<TextView
android:background="@color/navy600" />
Scheme
{
"navy600": {
"hex": "#09124E",
"opacity": 100,
"rgb": "9,18,78",
"family": "navy"
},
...
}
It builds platform-dependent color resources by single maintenance point.
Needs NPM: package manager. To install it, see Downloading and installing Node.js and npm.
npm run build
: Build colors for all supported platforms after cleaning up previous outputs.npm run test
: Not supported yet.npm run cleanup
: Cleanup previous outputs. Can not be undone.├── src
│ └── default.colors.json # Original source to compile
└── dist
├── android.default.colors.json # Resource for Android
├── default.colors.json # Simple JSON
├── default.colors.scss # SCSS
└── default.colors.css # CSS
MIT License.
FAQs
Colors for Channel.io, builds platform-dependent color resources by single maintenance point.
The npm package channel-colors receives a total of 0 weekly downloads. As such, channel-colors popularity was classified as not popular.
We found that channel-colors 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.