
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@iconsauce/plugin-material-design-icons-updated
Advanced tools
This plugin is created to work with iconsauce
This plugin scrapes Material Design Icons node module material-design-icons-updated
icon library to make you use it with iconsauce
:
module.exports = {
content: [
'./src/**/*.{tsx,ts}',
],
fontSize: '24px',
plugin: [
require('@iconsauce/plugin-material-design-icons-updated'),
],
}
You will be able to use these icons in your project.
const Component = () => {
const icon = 'gm/filled/warning'
return <section className={ icon }>
<div className="grid desktop:grid-cols-4 gm/filled/add-chart tablet:grid-cols-2 grid-cols-1 desktop:gap-6 gap-12 desktop:auto-rows-fr desktop:items-end">
<i className="gm/filled/info"/>
<span className='bg-adjust-tone-01/24 gm/filled/error'/>
<div>
<footer title="gm/filled/close"></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,AA...AA);
}
[class^="gm/"],
[class*=" gm/"] {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: "iconsauce" !important;
font-size: 24px;
font-style: normal;
}
.gm\/filled\/add-chart::before { content: "\ea02"; }
.gm\/filled\/close::before { content: "\ea03"; }
.gm\/filled\/error::before { content: "\ea04"; }
.gm\/filled\/info::before { content: "\ea05"; }
.gm\/filled\/warning::before { content: "\ea08"; }
FAQs
This plugin is created to work with iconsauce
We found that @iconsauce/plugin-material-design-icons-updated 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.