Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
cx-theme-space-blue
Advanced tools
This is a package that enables a different appearance for your CxJS applications. Take a look at the theme preview and compare it to the other themes here.
In order to use the theme, install its npm package:
npm install cx-theme-space-blue
Import theme's JavaScript.
import { applyThemeOverrides } from "cx-theme-space-blue";
...
applyThemeOverrides();
Then, import theme styles from the package by adding the following snippet to one of your SCSS files:
// theme variables can be overridden here
@import "~cx-theme-space-blue/src/variables";
// theme state-style-maps can be overridden here, before importing css
@import "~cx-theme-space-blue/src/index";
// add custom CSS here
To learn more about Cx styling and how to customize it, click here.
FAQs
Space Blue theme CSS styles for Cx applications
The npm package cx-theme-space-blue receives a total of 0 weekly downloads. As such, cx-theme-space-blue popularity was classified as not popular.
We found that cx-theme-space-blue demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.