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.
@namefi/ui
Advanced tools
- Entry (Notion): https://www.notion.so/d3servelabs/Design-Front-End-Team-Portal-d55f028239f04c6e978ad817930c08b5 - Chromatic: https://www.chromatic.com/build?appId=65c152b8f94c60aa3e2a4564 - Storybook: https://storybook.namefi.dev
Atoms
:
Molecules
:
Atoms
; Such as FormField, Tooltip, Card...Organisms
:
Molecules
, Organisms
are the UI elements that shape both the appearance and functionality of a website. They’re also the elements that start to impact user interface. The way a developer arranges molecules informs the site experience and the complexity of the finished product.Templates
:
Organisms
strung together at the page-level or beyond. They Represent the Wireframe.Pages
:
Templates
Page
implementations in this repo; except for the purpose of the demonstration Templates
(ie; Pages
will only be in the story).Atoms
, Molecules
, and Organisms
Will be Referred to as Core
Molecules
, so it doesn't add much benefit to separate them into Atoms
Since they won't be reused elsewhere.Composition
works well with the Atomic Design and the definition of Templates
Composition
, we will end up with Apropcalypse, and also we'll have to go back and redeploy the UI library over every little change.Core
Components and Templates
.@radix-ui/react-icons
, before adding assets
Ract.memo
and the passing React.ComponentProps<'svg'>
, check existing icons in components/core/icons
import emapleImage from 'assets/example.png'; // Importing the image
...
...
<img src={emapleImage} />;
FAQs
Unknown package
The npm package @namefi/ui receives a total of 125 weekly downloads. As such, @namefi/ui popularity was classified as not popular.
We found that @namefi/ui 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’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.