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.
@changeset-test123/css
Advanced tools
Inside this package you'll found all theme and tokes definitions we're using to style and create components inside our application and design system.
✨ The main tool used behind the scenes here as CSS-in-JS library is Stitches, so we encourage you to know better about it on their website. Stitches comes with a lot of great features like:
→ Variants and Compound Variants
→ Theme tokens
→ Framework agnostic API
→ Responsive Styles
→ Typescript Support
$ yarn add @changeset-test123/css
$ pnpm install @changeset-test123/css
import { css } from "@changeset-test123/css";
const App = () => <div className={customStyle()}>Hello world</div>;
const customStyle = css({
bg: "$gray6",
});
Feel like contributing? That's awesome! We have a contributing guide to help guide you.
The primary license for this repo is Apache 2.0
, see LICENSE
.
FAQs
⚡️ @changeset-test123/css
The npm package @changeset-test123/css receives a total of 1 weekly downloads. As such, @changeset-test123/css popularity was classified as not popular.
We found that @changeset-test123/css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.