
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@huxy/layout
Advanced tools
该 layout 框架是传统的中后台 layout 模板,提供了头部导航栏、菜单栏、底部栏、logo、面包屑等。
常用配置:
export const leftNav = () => {
const left = getIntls('nav.left', {});
return [
{
key: 'collapse',
name: left?.collapse ?? 'collapse',
type: 'collapse',
smShow: true,
Custom: props => <CustomCollapse {...props} />,
},
{
key: 'projectList',
name: left?.projectList ?? 'projectList',
type: 'projectList',
arrowDir: 'lt',
Ricon: true,
children: [
{
key: 'API文档',
name: left?.apis ?? 'API文档',
icon: <Icon icon="ApiOutlined" />,
type: 'link',
link: 'http://ihuxy.com:8010',
},
],
},
{
key: 'wechat',
title: 'wechat',
icon: <Icon icon="WechatOutlined" />,
arrowDir: 'lt',
ChildRender: item => (
<div className="follow-me">
<img src={wx} alt="wechat" />
<p>{left?.followMe ?? 'followMe'}:yiru_js</p>
</div>
),
},
{
key: 'configs',
icon: <Icon icon="ToolOutlined" />,
type: 'configs',
smShow: true,
Custom: props => <Settings {...props} />,
},
{
key: 'search',
title: left?.search ?? '搜索',
Custom: props => <Search {...props} />,
},
];
};
FAQs
react configurable layout
The npm package @huxy/layout receives a total of 21 weekly downloads. As such, @huxy/layout popularity was classified as not popular.
We found that @huxy/layout 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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.