Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@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 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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.