Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@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 959 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.