Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
antd-comment
Advanced tools
The comment UI component build on ant.design
0.1.0
npm install antd-comment
import AntDComment from 'antd-comment';
// the data is from your service
// please look at the data format
// what the view look like is up to the data.
const data = {
currentUser: {
avatar: "https://gw.alipayobjects.com/zos/rmsportal/MPYlfjPImtaHFPOvpBVo.png",
name: 'messi',
link: 'http://taobao.com',
},
// comments data
comments: [
{
author: {
avatar: "https://gw.alipayobjects.com/zos/rmsportal/oFfmyzshSidtkzZZSgea.jpg",
name: 'kobe',
link: 'http://taobao.com',
},
body: '## hello world',
like: [],
top: 0,
replyAuthor: undefined,
createdAt: new Date(),
},
{
author: {
avatar: "https://gw.alipayobjects.com/zos/rmsportal/SJMVsfeiXXnvxvEwgHjy.gif",
name: '罗纳尔多',
link: 'http://taobao.com',
},
body: 'i want to play a game',
like: [],
top: 0,
replyAuthor: undefined,
createdAt: new Date(),
},
{
author: {
avatar: "https://gw.alipayobjects.com/zos/rmsportal/NCRZHCzKeqkcBaKXDPZb.jpg",
name: 'jordan',
link: 'http://taobao.com',
},
body: '今天晚上去打篮球不',
like: [],
top: 0,
replyAuthor: {
avatar: "https://gw.alipayobjects.com/zos/rmsportal/SJMVsfeiXXnvxvEwgHjy.gif",
name: '罗纳尔多',
link: 'http://taobao.com',
},
createdAt: new Date('2017-06-23'),
}
],
// pagination data
pagination: {
total: 276,
current: 1,
pageSize: 20,
},
// show the more btn
more: true,
}
const App = ()=> <div>
<AntDComment
data={data}
onComment={()=>{}}
onDeleteComment={()=>{}}
onTop={()=>{}}
onLike={()=>{}}
onGetMore={()=>{}}
/>
</div>
FAQs
The comment UI component build on ant.design
We found that antd-comment 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.