Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@zetachain/ui-toolkit
Advanced tools
This project has a UI Toolkit for ZetaChain Apps. It exposes our theme, some components, and utils.
NPM
npm install @zetachain/ui-toolkit
Yarn
yarn add @zetachain/ui-toolkit
Import @zetachain/ui-toolkit/theme/tailwind.config
into the base tailwind configuration file on the root of the app that will consume the theme.
IMPORTANT: Add the content config listing all the components that will use tailwind classes.
Example tailwind.config.js
:
const twConfig = require("@zetachain/ui-toolkit/theme/tailwind.config");
module.exports = {
...twConfig,
content: ["./src/**/*.{ts,tsx,js,jsx}"],
};
FAQs
## Description
The npm package @zetachain/ui-toolkit receives a total of 19 weekly downloads. As such, @zetachain/ui-toolkit popularity was classified as not popular.
We found that @zetachain/ui-toolkit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.