Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.