Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@gloojs/material-ui-theme
Advanced tools
Base Material UI theme for all Gloo web applications.
npm i --save @gloojs/material-ui-theme
# Install peerDependencies
npx install-peerdeps @gloojs/material-ui-theme --auth $NPM_TOKEN
This package exposes a single theme object today that must be used in conjunction with Material UI's createMuiTheme
.
import { createMuiTheme } from '@material-ui/core/styles';
import { theme } from '@gloojs/material-ui-theme';
const muiTheme = createMuiTheme(theme);
/* Most likely you are also using this with the `withMaterialUI` HOC in @gloojs/material-ui-components */
FAQs
Base Material UI theme for all Gloo web applications.
The npm package @gloojs/material-ui-theme receives a total of 0 weekly downloads. As such, @gloojs/material-ui-theme popularity was classified as not popular.
We found that @gloojs/material-ui-theme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 54 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.