
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@mskcc/components
Advanced tools
Style sheets for mskcc components in
scssandcssformats.
The DSM requires Dart Sass in order to compile. It uses Sass modules to organize the codebase and provide exports to use.
If you're new to Sass, check out these resources:
npm install --save-dev sass
npm install @mskcc/components
// import all component styles, no need to import components specifically
@use '@mskcc/components/carbon-11';
// or import inidividual component styling
@use '@mskcc/components/carbon-11/components/button';
You can use the cdn version by injecting it directly into the html. Add this to the <head> of your html.
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@mskcc/components@latest/dist/carbon-11.min.css"
/>
pnpm run gen:component
The script will create a new component folder in carbon-11 directory and keep the carbon-11 index file up-to-date.
| components (carbon 11) | type | stylesheet |
|---|---|---|
@mskcc/carbon-react | scss | @use '@mskcc/components/carbon-11' |
css | @import '@mskcc/components/dist/carbon-11.min.css' | |
| Component directory | scss | carbon-11/components/' |
css | dist/components/' | |
| Theme | scss | @use '@mskcc/components/theme' |
css | @import '@mskcc/components/dist/theme.css' |
| For legacy components (carbon 10) | type | stylesheet |
|---|---|---|
| Legacy stylesheet | scss | @use '@mskcc/src/styles-all' |
css | @import '@mskcc/dist/legacy.min.css' | |
| Legacy Component directory | scss | src/' |
css | dist/legacy-components/' |
FAQs
Unknown package
We found that @mskcc/components demonstrated a not healthy version release cadence and project activity because the last version was released 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.