Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@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 0 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.