Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@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 173 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.