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.
@3yourmind/yoco
Advanced tools
In-house-designed icons for kotti design system.
Using yarn
yarn add @3yourmind/yoco
Using npm
npm install --save @3yourmind/yoco
With module bundler
@import '~@3yourmind/yoco'; // might need a sass importer like @3yourmind/sass-node-modules-importer
// enum of icons and the associated ligature / svg name
import { Yoco } from '@3yourmind/yoco'
console.log(Yoco.Icon.ANNOUNCE)
// 'announce'
With HTML
<link rel="stylesheet" href="./path/to/yoco/styles.css" />
Yoco uses ligatures, which allows rendering the icon glyph by simply using its name with the yoco
font.
<i class="yoco">cloud</i>
<!-- or, use .svg -->
<img src="./path/to/yoco/svg/cloud.svg" />
yarn --cwd packages/yoco run build
# or
yarn run build
FAQs
3YOURMIND Icon Font
The npm package @3yourmind/yoco receives a total of 56 weekly downloads. As such, @3yourmind/yoco popularity was classified as not popular.
We found that @3yourmind/yoco demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.