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.
@spscommerce/ds-colors
Advanced tools
Design sanctioned colors for SPS Commerce libraries and applications compiled into various formats.
Design approved colors distributed in various formats
npm install --save @spscommerce/ds-colors
# OR
yarn add @spscommerce/ds-colors
Now choose a format that you'd like to use. The following formats are available:
If you want more formats please open a pull request.
const colors, { red100 } = require('@spscommerce/ds-colors');
console.log(colors.red100); // > #ffeaec
console.log(red100); // > #ffeaec
import { colors } from '@spscommerce/ds-colors';
console.log(colors.red100); // > #ffeaec
@import 'path/to/node_modules/@spscommerce/ds-colors/colors.css';
.myclass {
color: var(--gray400);
}
ln -s path/to/node_modules/@spscommerce/ds-colors/colors.json colors.json
@import 'path/to/node_modules/@spscommerce/ds-colors/colors.less';
.myclass {
color: @gray400;
}
@import '@spscommerce/ds-colors/colors.scss';
.myclass {
color: $gray400;
}
ln -s path/to/node_modules/@spscommerce/ds-colors/colors.yml colors.yml
FAQs
Design sanctioned colors for SPS Commerce libraries and applications compiled into various formats.
The npm package @spscommerce/ds-colors receives a total of 708 weekly downloads. As such, @spscommerce/ds-colors popularity was classified as not popular.
We found that @spscommerce/ds-colors 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
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.