Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@useblu/tokens
Advanced tools
This project powered by Theo provides design tokens to the Ocean design system.
Design tokens are the visual design atoms of the design system — specifically, they are named entities that store visual design attributes. We use them in place of hard-coded values (such as hex values for color or pixel values for spacing) in order to maintain a scalable and consistent visual system for UI development – Salesforce UX
yarn add @useblu/ocean-icons-react
or
npm i @useblu/ocean-icons-react
import styled from 'styled-components';
import {
fontFamilyHighlight,
fontSizeLg,
fontWeightExtrabold,
lineHeightMedium,
colorInterfaceLightPure,
} from '@useblu/tokens/dist/web/tokens.module.js';
export const Heading1 = styled.h1`
font-family: ${fontFamilyHighlight};
font-size: ${fontSizeLg};
font-weight: ${fontWeightExtrabold};
line-height: ${lineHeightMedium};
color: ${colorInterfaceLightPure};
`;
@import '~@useblu/tokens/dist/web/tokens.scss';
.h1 {
font-family: $font-family-highlight;
font-size: $font-size-lg;
font-weight: $font-weight-extrabold;
line-height: $line-height-medium;
color: $color-interface-light-pure;
}
Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of this project! :blue_heart: Read below to learn how you can take part of it.
We adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.
To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started.
All packages are licensed under the terms of the GPL-3.0 License.
FAQs
Design Tokens for the Ocean Design System
The npm package @useblu/tokens receives a total of 1 weekly downloads. As such, @useblu/tokens popularity was classified as not popular.
We found that @useblu/tokens demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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 uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.