
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@twa-dev/mark42
Advanced tools
Mark42 is a simple lightweight tree-shakable UI library for [Telegram Web Apps (TWA)](https://core.telegram.org/bots/webapps).
Mark42 is a simple lightweight tree-shakable UI library for Telegram Web Apps (TWA).
npm i @twa-dev/mark42
Welcome to our Storybook.
Telegram supports different themes and color schemes. It can be dark or light. On MacOS, iOS and iPadOS messenger follows apple design guidelines, on other platforms (Desktop, Web, Android) it looks like a material interface.
If you want to build a TWA that looks like a native part of Telegram, you have to follow same principles. Mark42 helps you with that. Each component supports different themes and color schemes out of the box. Therefore, you can focus on logic of your application and Mark42 will make it fancy.
import { InitialsAvatar } from '@twa-dev/mark42';
<InitialsAvatar
userId={12345}
userName="Artur Stambultsian"
theme="apple"
className="MyAvatar"
style={{ marginRight: 10 }}
/>
FAQs
Mark42 is a simple lightweight tree-shakable UI library for [Telegram Web Apps (TWA)](https://core.telegram.org/bots/webapps).
The npm package @twa-dev/mark42 receives a total of 13 weekly downloads. As such, @twa-dev/mark42 popularity was classified as not popular.
We found that @twa-dev/mark42 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.