🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

hel-antd

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hel-antd

remote antd module provided by hel-micro

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

hel-antd

基于 hel-tpl-remote-react-comp-ts 改造的远程 antd 模块,此版本基于4.23.4构建

发布

npm run build
npm run publish

使用

访问线上示例

入口文件预加载

import { preFetchLib } from 'hel-micro';

async function main(){
  await preFetchLib('hel-antd');
  await import('./loadApp');
}

main().catch(console.error);

其他地方正常导入使用

import { Button } from 'hel-antd';

<Button>remote button</Button>

FAQs

Package last updated on 23 Apr 2023

Did you know?

Socket

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.

Install

Related posts