
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@brainly/style-guide-basics
Advanced tools
This package contains CSS definitions of variables and clasess for:
This package contains CSS definitions of variables and clasess for:
yarn install @brainly/style-guide-basics --save-dev
Init package, additionaly init @font-face from style-guide-basics
import '@brainly/style-guide-basics/dist/initFontFace.css';
import '@brainly/style-guide-basics';
Init package with your custom @font-face definition"
import './customFontFaceConfig.css';
import '@brainly/style-guide-basics';
.header {
composes: textBit_m from '@brainly/style-guide-basics';
}
@value size_xxl from '@brainly/style-guide-basics';
.videoContainer {
margin-top: size_l;
}
.header {
composes: textBit_m from '@brainly/style-guide-basics';
}
.sectionContent {
display: flex;
flex-direction: column;
margin: size_l;
}
@media largeScreen {
.sectionContent {
flex-direction: row;
max-width: contentMaxWidth;
margin: size_xxl;
}
.header {
/* Note: composes: would not work here :( */
font-size: textBitFontSize_l;
}
}
import {textBit_s} from '@brainly/style-guide-basics';
const header = <h2 className={textBit_s}>Text bit</h2>;
import {textBit_s, textBitFontSize_l} from '@brainly/style-guide-basics';
const header = (
<h2
className={textBit_s}
style={{
fontSize: textBitFontSize_l
}}
>
Text bit
</h2>
);
FAQs
This package contains CSS definitions of variables and clasess for:
The npm package @brainly/style-guide-basics receives a total of 4 weekly downloads. As such, @brainly/style-guide-basics popularity was classified as not popular.
We found that @brainly/style-guide-basics demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.