
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
SSC 3.0 Grid组件

npm install ssc-grid --save
import { Grid } from 'ssc-grid';
...
render() {
const mockColumnsModel = [
{type: 'string', id: 'danjubianhao', label: '单据编号'},
{type: 'string', id: 'danjuleixing', label: '单据类型'},
{type: 'string', id: 'danjuzhuangtai', label: '单据状态'},
{type: 'double', id: 'jine', label: '金额'},
{type: 'date', id: 'danjuriqi', label: '单据日期'}
];
const mockTableData = [{
danjubianhao: '263X2016111400000081',
danjuleixing: '会议费借款单',
danjuzhuangtai: '保存',
jine: '2.00',
danjuriqi: '2016-11-14'
}, {
danjubianhao: 'D32016091200000022',
danjuleixing: '付款单',
danjuzhuangtai: '保存',
jine: '12.00',
danjuriqi: '2016-09-12'
}, {
danjubianhao: '263X2016083000000025',
danjuleixing: '差旅费借款单',
danjuzhuangtai: '暂存',
jine: '100.00',
danjuriqi: '2016-08-30'
}];
return (
<Grid columnsModel={mockColumnsModel} tableData={mockTableData} />
);
}
API文档中带有示例代码,并且可以在线编辑并运行代码。
FAQs
React grid component for SSC 3.0
The npm package ssc-grid receives a total of 206 weekly downloads. As such, ssc-grid popularity was classified as not popular.
We found that ssc-grid 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.