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.
ZaUI Components là bộ UI Components được thiết kế theo chuẩn mobile, giúp bạn rút ngắn thời gian phát triển ứng dụng và tạo được giao diện thân thiện với người dùng hơn.
ZaUI Components cung cấp hầu hết các component cơ bản cần thiết cho một ứng dụng Mini App và sẽ được cập nhật liên tục theo Design System của Zalo Mini App Team. Bạn có thể tham khảo tài liệu thiết kế tại đây.
Truy cập Zalo Mini App để xem hướng dẫn cụ thể tích hợp thư viện vào mini app
npm install zmp-ui
import React from 'react';
import { Button, Page } from 'zmp-ui';
const HomePage = (props) => {
return (
<Page>
<Button size='large'>Button</Button>
</Page>
);
};
export default HomePage;
Thêm stylesheets:
import React from 'react';
import { createRoot } from 'react-dom/client';
/**
* Thêm stylesheets chung
* Hoặc có thể thêm của từng component
*
* import "zmp-ui/button/styles/button.css";
*/
import 'zmp-ui/zaui.css';
import HomePage from './HomePage';
const root = createRoot(document.getElementById('app'));
root.render(React.createElement(HomePage));
Vui lòng sử dụng Zalo quét mã QR Code dưới đây để trải nghiệm thử ZaUI Components.
<img style={{display: "block", margin:"auto"}} width="175" height="175" src="https://logo-mapps.zdn.vn/qrcode/2d48c8626c278579dc36.png"/>
FAQs
Zalo Mini App framework
The npm package zmp-ui receives a total of 456 weekly downloads. As such, zmp-ui popularity was classified as not popular.
We found that zmp-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.