Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
@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 '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';
.myclass {
color: @gray400;
}
@import '@spscommerce/ds-colors/colors';
.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 727 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 5 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.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.