
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@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 0 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
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.