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.
@material-ui/styled-engine-sc
Advanced tools
Material-UI Styled - Wrapper package for styled-components.
This package is a wrapper around the styled-components
package.
It is created to be used as alias for the @material-ui/styled-engine
package, for the developers who would like to use styled-components
as a styled engine instead of @emotion/styled
.
The installation of the dependency in your package is slightly different from the usual.
You need to alias the default emotion
implementation to the styled-components
one.
Depending on the bundler you are using, you made add it like this:
module.exports = {
//...
resolve: {
alias: {
'@material-ui/styled-engine': '@material-ui/styled-engine-sc',
},
},
};
FAQs
Material-UI Styled - Wrapper package for styled-components.
The npm package @material-ui/styled-engine-sc receives a total of 68 weekly downloads. As such, @material-ui/styled-engine-sc popularity was classified as not popular.
We found that @material-ui/styled-engine-sc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.