
Research
Malicious NuGet Packages Typosquat Nethereum to Exfiltrate Wallet Keys
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
@iconsauce/plugin-mgg-icons
Advanced tools
This plugin scrapes Material Design Icons node module @maggioli-design-system/svg-icons
icon library to make you use it with iconsauce
:
module.exports = {
content: [
'./src/**/*.{tsx,ts}',
],
fontSize: '24px',
plugin: [
require('@iconsauce/plugin-mgg-icons'),
],
}
You will be able to use these icons in your project.
const Component = () => {
const icon = 'mgg/adv-denied'
return <section className={ icon }>
<div className="grid desktop:grid-cols-4 mgg/logo-gpl tablet:grid-cols-2 grid-cols-1 desktop:gap-6 gap-12 desktop:auto-rows-fr desktop:items-end">
<i className="mgg/isbn"/>
<span className='bg-adjust-tone-01/24 mgg/terminal'/>
<div>
<footer title="mgg/signpost"></footer>
</div>
</div>
</section>
}
export default Component
This plug-in will generate only icons used:
@font-face {
font-family: "iconsauce";
src: url(data:font/truetype;charset=utf-8;base64,AAE...=);
}
[class^="mgg/"],
[class*=" mgg/"] {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: "iconsauce" !important;
font-size: 24px;
font-style: normal;
}
.mgg\/adv-denied::before { content: "\ea01"; }
.mgg\/isbn::before { content: "\ea02"; }
.mgg\/logo-gpl::before { content: "\ea03"; }
.mgg\/signpost::before { content: "\ea04"; }
.mgg\/terminal::before { content: "\ea05"; }
FAQs
This plugin is created to work with iconsauce
We found that @iconsauce/plugin-mgg-icons 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
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.
Product
Socket is launching experimental protection for the Hugging Face ecosystem, scanning for malware and malicious payload injections inside model files to prevent silent AI supply chain attacks.