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.
ze-react-component-library
Advanced tools
一系列直接通过 Logicform 进行数据展示、数据交互的库
yarn add ze-react-component-library
{
"@ant-design/icons": ">=4.3.0",
"@ant-design/pro-table": ">=2.38.0",
"@ant-design/pro-provider": ">=1.4.0",
"antd": ">=4.15.0",
"moment": "^>=2.28.0",
"numeral": ">=2.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"zeroetp-api-sdk": ">=1.1.8"
}
yarn install
yarn run storybook
在浏览器的 localStorage 里面加一个 chatbi-token 的字段,填上 token
import { ZETable } from "ze-react-component-library";
// 下面参数除了logicform都是可选
<ZETable
logicform={logicform}
preds={[]} /* 显示哪些字段 */
customColumns={{}} /* 自定义的Column属性的Map。key为字段名称,value为ProColumnType */
options={options} /* ProTable的options */
scroll={null} /* 用来关闭默认的Scroll形态,传给ProTable的 */
className="xx" /* Style */
/>;
见 ZESchemaForm.stories.tsx 吧。懒。
FAQs
ZeroETP React Component Library
The npm package ze-react-component-library receives a total of 4 weekly downloads. As such, ze-react-component-library popularity was classified as not popular.
We found that ze-react-component-library demonstrated a healthy version release cadence and project activity because the last version was released less than 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.