
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).
material-ui-stylus
Advanced tools
This is the Stylus counterpart of the material-ui React/CSS-framework which originally uses Less for the styles.
Latest Release: 0.5.0
There are multiple options to get the style files:
npm install material-ui-stylus
bower install material-ui-stylus
Afterwards link the files as a references into your stylus sheet:
@import 'node_modules/material-ui-stylus'; // (a)
// or @import 'bower_components/material-ui-stylus'; // (b)
// Your styles here
h1 {
...
}
The Stylus files work with the original material-ui React components.
You can customize the default values overriding those in _custom-variables.styl or including the some custom styles before loading the material-ui-styles files.
$primary-1-color: red;
@import 'node_modules/material-ui-stylus';
// Your styles here
h1 {
...
}
Kudos to the folks of call-em-all for their work on the material-ui framework and Giampaolo for his Sass port of the styles.
FAQs
Stylus version for the material-ui CSS framework
The npm package material-ui-stylus receives a total of 4 weekly downloads. As such, material-ui-stylus popularity was classified as not popular.
We found that material-ui-stylus 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
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.