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.
arco-marterial-test-page
Advanced tools
# 开发
npm run dev
# 构建
npm run build
# 发布前预览
npm run prepublishOnly && arco preview
# 发布至物料平台(需先发布 NPM 包)
arco sync
Demo 目录位于 src/demo
。你可以在此目录中加入多个 Demo,它们将被展示在物料平台的预览页。在 src/demo/index.js
中,通过 JSDoc 的语法提供物料及各个 Demo 的相关信息。
// src/demo/index.js
/**
* @file
* @title 名称
* @memberOf 数据录入
* @description 一段对于物料的描述。
* @author 物料作者
*/
/**
* @title 基础用法
* @description 一个物料最基本的使用方式。
*/
export { default as Basic } from './basic';
测试目录位于 src/__test__
。你可以在 index.test.tsx
中编写你的测试用例。
npm run test
命令允许你传入任何 jest
的命令行参数,例如 npm run test -- --u
npm run test -- --no-cache
。
FAQs
[物料平台文档中心](https://arco.design/docs/material/guide)
The npm package arco-marterial-test-page receives a total of 7 weekly downloads. As such, arco-marterial-test-page popularity was classified as not popular.
We found that arco-marterial-test-page demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.