
Research
SAP CAP npm Packages Hit by Mini Shai-Hulud Supply Chain Attack
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.
@instructure/canvas-high-contrast-theme
Advanced tools
A high contrast theme for Canvas LMS made by Instructure Inc.
A high contrast UI component theme made by Instructure Inc.
This theme meets the WCAG 2.1 Level AAA minimum contrast requirements.
npm install @instructure/canvas-high-contrast-theme
Before mounting (rendering) your React application:
import { theme } from '@instructure/canvas-high-contrast-theme'
ReactDOM.render(
<InstUISettingsProvider theme={theme}>
<App />
</InstUISettingsProvider>,
element
)
To override the variables:
import { theme } from '@instructure/canvas-high-contrast-theme'
const themeOverrides = { spacing: { xxxSmall: '0.3rem' } }
ReactDOM.render(
<InstUISettingsProvider theme={{ ...theme, ...themeOverrides }}>
<App />
</InstUISettingsProvider>,
element
)
FAQs
A high contrast theme for Canvas LMS made by Instructure Inc.
The npm package @instructure/canvas-high-contrast-theme receives a total of 5,268 weekly downloads. As such, @instructure/canvas-high-contrast-theme popularity was classified as popular.
We found that @instructure/canvas-high-contrast-theme demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 54 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
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.