Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@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
// 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/style.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 216 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.