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.
@16bits/nes.icons
Advanced tools
since NES.icons hasn't be published for a long time. this pkg is published with using the latest develop branch to solve some issues
NES.icons is an NES-style (8bit-like) icon library.
NES.icons is available via either npm, Yarn, or CDN.
npm install nes.icons
# or
yarn add nes.icons
Our package.json
contains some additional metadata under the following keys:
sass
- path to our main Sass source filestyle
- path to our non-minified CSSImport the CSS via a <link />
element:
<!-- latest -->
<link href="https://unpkg.com/nes.icons@latest/css/nes-icons.min.css" rel="stylesheet" />
<!-- specific version -->
<link href="https://unpkg.com/nes.icons@<VERSION>/css/nes-icons.min.css" rel="stylesheet" />
NES.css only provides components. You will need to define your own layout.
The recommended font for NES.css is Press Start 2P. However, Press Start 2P only supports English characters. When you're using this framework with any language other than English, please use another font. Follow the Google Fonts instructions about how to include them, or simply include it as below:
<head>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
</head>
Then use any of the icons in your project!
<i class="nes-icon eye"></i>
<i class="nes-icon eye-slash"></i>
<i class="nes-icon discord"></i>
NES.css is compatible with the newest version of the following browsers:
Untested
Code and documentation copyright 2019 Trezy.com. Code released under the MIT License. Docs released under Creative Commons.
FAQs
since NES.icons hasn't be published for a long time. this pkg is published with using the latest develop branch to solve some issues
The npm package @16bits/nes.icons receives a total of 2 weekly downloads. As such, @16bits/nes.icons popularity was classified as not popular.
We found that @16bits/nes.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
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.