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.
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
在各*.storeis.tsx 文件里面,有一个写着localStorage.token
的地方,改为最新的 token
import { ZETable } from "ze-react-component-library";
// 下面参数除了logicform都是可选
<ZETable
logicform={logicform}
preds={[]} /* 显示哪些字段 */
customColumn={{}} /* 自定义的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 8 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
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.