Mini Shai-Hulud供应链攻击导致600多个npm包被入侵

Mini Shai-Hulud供应链攻击导致600多个npm包被入侵

一场名为 Mini Shai-Hulud 的高级 npm 供应链攻击活动在网上一夜之间劫持了超过 600 个软件依赖包版本。安全研究机构 Socket 和 Endor Labs 在最新一波攻击中,已识别出涉及 323 个独立依赖包的 639 个受污染版本

  • 主要受害生态: 攻击大部分集中在 @antv 生态系统,同时 @lint-md@openclaw-cn@starmind 命名空间(Scope)下的依赖包也受到了波及。
  • 攻击时间线: 恶意发布活动始于 UTC 时间 2026 年 5 月 19 日约 01:56,并一直持续到 02:56。
  • 检测响应速度: Socket 的检测系统在恶意版本发布后 6 到 12 分钟内就对大部分活动进行了标记,其中值检测时间为 6.7 分钟。
  • 源头追溯: Endor Labs 独立观测到在 UTC 01:39 至 02:06 之间出现的 42 个恶意包,并将该攻击活动的源头追溯到两个长期处于休眠状态的依赖包:jest-canvas-mocksize-sensor——这两个包均已超过三年未发布过任何新版本。
  • 整体受灾规模: 截至目前,在研究人员跟踪的整个 Mini Shai-Hulud 攻击活动中,已确认在 502 个独立依赖包中存在 1,055 个受污染版本,跨越 npm(1,048 个版本)、PyPI(6 个版本)和 Composer(1 个版本)。

600+ npm 依赖包遭劫持机制分析

植入的恶意负载(Payload)在安装阶段通过 preinstall 生命周期钩子(Lifecycle Hook)触发执行:

"preinstall": "bun run index.js"

位于根目录的 index.js 文件利用字符串数组查找表和通过 globalThis 暴露的自定义解密器进行了高度混淆,并在依赖包安装时自动执行。

1. 数据外发与加密

恶意负载将窃取的数据外发至一个硬编码的 HTTPS 端点:

https://t[.]m-kosche[.]com:443/api/public/otel/v1/traces

为了防止网络流量监控(Network Telemetry)还原明文,攻击者采用了多层加密的高级手段:

  • 收集到的数据先经 gzip 压缩
  • 使用 AES-256-GCM 算法 进行加密。
  • 在传输前,使用 RSA-OAEP/SHA-256 算法 对 AES 密钥进行封装。

2. 凭据定向收割

该恶意负载针对开发者环境和 CI/CD 环境进行了极具攻击性的凭据窃取,收割的目标包括:

  • GitHub 令牌、npm 令牌 以及 AWS 凭据AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYAWS_SESSION_TOKEN
  • Kubernetes 服务账户凭据KUBECONFIGKUBERNETES_SERVICE_HOST
  • Vault 令牌VAULT_TOKENVAULT_AUTH_TOKEN
  • SSH/私钥、Docker 认证文件 以及 数据库连接字符串

该恶意软件还包含针对 18 个以上 CI/CD 平台的专项检测逻辑,其中包括 GitHub Actions、GitLab CI、CircleCI、Jenkins、Azure DevOps、AWS CodeBuild、Vercel、Netlify 和 Cloudflare Pages。

3. 创建凭据暂存库(仓库)

如果成功获取到可用的 GitHub 令牌,恶意负载就会在受害者的账户下创建新的代码仓库,并将窃取的数据提交到 results/results-<时间戳>-<计数器>.json 路径中。

目前,通过 GitHub 公开搜索可以发现大约有 1,900 个由攻击者创建的仓库。这些仓库使用了反转的攻击活动标记 niagA oG eW ereH :duluH-iahS(还原后为 “Shai-Hulud: Here We Go Again”),并配以《沙丘》主题的仓库名称(例如 sayyadina-stillsuit-852atreides-ornithopter-112)。其中,代码仓库 Zaynex/sayyadina-stillsuit-852 已被确认为处于活跃状态的数据外发暂存库。

4. 蠕虫式自我传播

该蠕虫还会滥用窃取到的 npm 令牌来遍历受害者拥有维护权限的依赖包,随后注入恶意负载、提升版本号并重新发布,从而冒用合法维护者的身份在整个 npm 生态系统中实现蠕虫式的自我传播。

最新攻击浪潮中的三大新特征

Endor Labs 强调了本轮攻击中展现出的三种全新行为特征:

  • 滥用 Sigstore 签名: 该蠕虫现在会在运行时调用 Fulcio 和 Rekor,以获取合法的签名证书和透明度日志条目。这导致即便存在恶意的构建链,供应链合规检测工具(Provenance Tooling)依然会错误地显示代表安全的绿色徽章(Green Badge)
  • 专门针对休眠账户:jest-canvas-mocksize-sensortimeago.js(已休眠 3 至 10 年不等)这类老旧依赖包被用作切入点,因为历史久远的账户往往更不容易引发安全审计的警觉。
  • 单一令牌接管整个命名空间: 目前已确认至少有 37 个 @antv/* 依赖包受到污染,这高度吻合“某一个泄露的令牌拥有该完整命名空间发布权限”的特征。

被入侵的列表及其版本清单

依赖包版本发布时间 (UTC时间)检测到时间 (UTC时间)
@antv/hierarchy0.8.12026-05-19 01:56:43 UTC2026-05-19 01:58:52 UTC
@lint-md/core2.1.02026-05-19 01:56:43 UTC2026-05-19 01:58:54 UTC
@antv/g-webgpu-core0.8.22026-05-19 01:56:43 UTC2026-05-19 01:58:55 UTC
@antv/g-webgpu-compiler0.8.22026-05-19 01:56:43 UTC2026-05-19 01:58:55 UTC
@antv/l7-core2.26.102026-05-19 01:56:44 UTC2026-05-19 01:58:56 UTC
@antv/dipper-hooks0.3.12026-05-19 01:56:42 UTC2026-05-19 01:58:58 UTC
@antv/x6-plugin-dnd2.2.12026-05-19 01:56:42 UTC2026-05-19 01:59:00 UTC
@antv/g6.4.12026-05-19 01:56:44 UTC2026-05-19 01:59:00 UTC
@antv/g-plugin-image-loader2.4.12026-05-19 01:56:42 UTC2026-05-19 01:59:00 UTC
@antv/g-plugin-canvas-path-generator2.2.262026-05-19 01:56:42 UTC2026-05-19 01:59:01 UTC
@antv/g-plugin-yoga2.4.12026-05-19 01:56:42 UTC2026-05-19 01:59:02 UTC
@antv/dw-util1.2.42026-05-19 01:56:42 UTC2026-05-19 01:59:04 UTC
@antv/g6-extension-3d0.2.232026-05-19 01:56:44 UTC2026-05-19 01:59:05 UTC
@antv/layout-gpu1.2.72026-05-19 01:56:42 UTC2026-05-19 01:59:05 UTC
boring-avatars-vanilla1.1.22026-05-19 01:56:42 UTC2026-05-19 01:59:07 UTC
@antv/gi-assets-tugraph-analytics0.3.152026-05-19 01:56:43 UTC2026-05-19 01:59:08 UTC
@antv/g-plugin-webgpu-device1.10.172026-05-19 01:56:42 UTC2026-05-19 01:59:08 UTC
limit-size0.2.42026-05-19 01:56:41 UTC2026-05-19 01:59:08 UTC
@antv/g-plugin-dom-interaction2.2.312026-05-19 01:56:41 UTC2026-05-19 01:59:09 UTC
@antv/g-lottie-player1.2.12026-05-19 01:56:42 UTC2026-05-19 01:59:09 UTC
@antv/gi-public-data1.1.12026-05-19 01:56:42 UTC2026-05-19 01:59:09 UTC
@antv/gi-assets-tugraph2.2.152026-05-19 01:56:42 UTC2026-05-19 01:59:10 UTC
@antv/g-plugin-box2d2.2.12026-05-19 01:56:41 UTC2026-05-19 01:59:10 UTC
@antv/gi-assets-janusgraph1.2.152026-05-19 01:56:42 UTC2026-05-19 01:59:11 UTC
@antv/gpt-vis-ssr0.4.72026-05-19 01:56:43 UTC2026-05-19 01:59:13 UTC
@antv/g-plugin-matterjs2.2.12026-05-19 01:56:42 UTC2026-05-19 01:59:14 UTC
@antv/g-perf1.1.02026-05-19 01:56:41 UTC2026-05-19 01:59:14 UTC
@antv/my-f2-pc0.2.12026-05-19 01:56:41 UTC2026-05-19 01:59:15 UTC
@antv/dw-transform1.2.72026-05-19 01:56:42 UTC2026-05-19 01:59:15 UTC
@antv/a80.1.12026-05-19 01:56:42 UTC2026-05-19 01:59:15 UTC
@lint-md/cli2.1.02026-05-19 01:56:42 UTC2026-05-19 01:59:15 UTC
@lint-md/parser0.1.142026-05-19 01:56:42 UTC2026-05-19 01:59:15 UTC
@antv/f2-graphic0.1.162026-05-19 01:56:43 UTC2026-05-19 01:59:15 UTC
@antv/l7-three2.26.102026-05-19 01:56:43 UTC2026-05-19 01:59:17 UTC
@antv/x6-react-shape3.1.12026-05-19 01:56:43 UTC2026-05-19 01:59:17 UTC
@antv/f6-hammerjs0.1.22026-05-19 01:56:41 UTC2026-05-19 01:59:17 UTC
@antv/g-plugin-webgl-renderer1.1.262026-05-19 01:56:45 UTC2026-05-19 01:59:18 UTC
@antv/g-mobile-canvas1.2.12026-05-19 01:56:43 UTC2026-05-19 01:59:18 UTC
@antv/g2-extension-plot0.3.22026-05-19 01:56:44 UTC2026-05-19 01:59:19 UTC
@antv/g-css-layout-api1.1.382026-05-19 01:56:42 UTC2026-05-19 01:59:19 UTC
@antv/narrative-text-schema0.4.72026-05-19 01:56:42 UTC2026-05-19 01:59:19 UTC
@antv/d3-interpolate1.1.32026-05-19 01:56:42 UTC2026-05-19 01:59:20 UTC
@antv/graphlib2.1.42026-05-19 01:56:42 UTC2026-05-19 01:59:20 UTC
@antv/dw-analyzer1.2.52026-05-19 01:56:42 UTC2026-05-19 01:59:21 UTC
@antv/l7-utils2.26.102026-05-19 01:56:44 UTC2026-05-19 01:59:22 UTC
@antv/g6-ssr0.2.12026-05-19 01:56:42 UTC2026-05-19 01:59:22 UTC
@antv/expr1.1.22026-05-19 01:56:41 UTC2026-05-19 01:59:26 UTC
@antv/my-f22.2.72026-05-19 01:56:41 UTC2026-05-19 01:59:27 UTC
@antv/g6-plugins1.1.92026-05-19 01:56:41 UTC2026-05-19 01:59:28 UTC
@antv/x6-plugin-keyboard2.3.32026-05-19 01:56:42 UTC2026-05-19 01:59:28 UTC
lint-md0.3.02026-05-19 01:56:42 UTC2026-05-19 01:59:28 UTC
@antv/g-plugin-html-renderer2.4.12026-05-19 01:56:41 UTC2026-05-19 01:59:28 UTC
@antv/g-plugin-device-renderer2.7.12026-05-19 01:56:43 UTC2026-05-19 01:59:29 UTC
@antv/g-webgl2.2.12026-05-19 01:56:42 UTC2026-05-19 01:59:30 UTC
@antv/f-charts0.1.02026-05-19 01:56:42 UTC2026-05-19 01:59:30 UTC
@antv/react-g2.2.12026-05-19 01:56:42 UTC2026-05-19 01:59:30 UTC
@antv/l7-map2.26.102026-05-19 01:56:43 UTC2026-05-19 01:59:30 UTC
@antv/xflow-hook1.1.552026-05-19 01:56:43 UTC2026-05-19 01:59:33 UTC
@antv/xflow2.2.132026-05-19 01:56:43 UTC2026-05-19 01:59:34 UTC
amapcn0.2.22026-05-19 01:56:40 UTC2026-05-19 01:59:34 UTC
@antv/g6-wx0.1.12026-05-19 01:56:41 UTC2026-05-19 01:59:36 UTC
@antv/g-mobile-canvas-element1.1.422026-05-19 01:56:41 UTC2026-05-19 01:59:36 UTC
@antv/g-plugin-dragndrop2.2.12026-05-19 01:56:41 UTC2026-05-19 01:59:36 UTC
@antv/gi-cli1.3.112026-05-19 01:56:42 UTC2026-05-19 01:59:37 UTC
jest-electron0.2.122026-05-19 01:56:42 UTC2026-05-19 01:59:37 UTC
@antv/g-canvas2.3.02026-05-19 01:56:44 UTC2026-05-19 01:59:38 UTC
@antv/g-plugin-gpgpu1.10.202026-05-19 01:56:40 UTC2026-05-19 01:59:38 UTC
@antv/gi-sdk3.1.02026-05-19 01:56:44 UTC2026-05-19 01:59:38 UTC
jest-date-mock1.1.112026-05-19 01:56:41 UTC2026-05-19 01:59:38 UTC
react-adsense0.2.02026-05-19 01:56:40 UTC2026-05-19 01:59:40 UTC
@antv/l7-district2.4.122026-05-19 01:56:44 UTC2026-05-19 01:59:40 UTC
@antv/gi-assets-galaxybase1.3.152026-05-19 01:56:43 UTC2026-05-19 01:59:41 UTC
@antv/f-lottie1.11.02026-05-19 01:56:41 UTC2026-05-19 01:59:46 UTC
@antv/f-my1.11.02026-05-19 01:56:42 UTC2026-05-19 01:59:48 UTC
@antv/scale0.6.22026-05-19 01:56:44 UTC2026-05-19 01:59:53 UTC
@antv/g-plugin-css-select2.2.12026-05-19 01:56:41 UTC2026-05-19 01:59:55 UTC
@antv/g-plugin-svg-picker2.1.462026-05-19 01:56:40 UTC2026-05-19 01:59:56 UTC
@antv/g6-core0.9.242026-05-19 01:56:43 UTC2026-05-19 01:59:59 UTC
@antv/li-sdk1.6.12026-05-19 01:56:44 UTC2026-05-19 02:00:00 UTC
@antv/knowledge1.2.42026-05-19 01:56:42 UTC2026-05-19 02:00:05 UTC
@antv/l7-composite-layers0.18.12026-05-19 01:56:44 UTC2026-05-19 02:00:05 UTC
filesize.js2.1.02026-05-19 01:56:41 UTC2026-05-19 02:00:11 UTC
@antv/thumbnails-component2.1.02026-05-19 01:56:42 UTC2026-05-19 02:00:11 UTC
@antv/g-webgpu-unitchart0.6.12026-05-19 01:56:42 UTC2026-05-19 02:00:11 UTC
@antv/g2-extension-3d0.3.02026-05-19 01:56:44 UTC2026-05-19 02:00:12 UTC
@antv/l7-component2.26.102026-05-19 01:56:43 UTC2026-05-19 02:00:12 UTC
@antv/chart-linter1.2.62026-05-19 01:56:43 UTC2026-05-19 02:00:13 UTC
@antv/l7-leaflet1.1.22026-05-19 01:56:42 UTC2026-05-19 02:00:13 UTC
@antv/g-plugin-zdog-canvas-renderer2.2.12026-05-19 01:56:41 UTC2026-05-19 02:00:13 UTC
@antv/g-css-typed-om-api1.1.382026-05-19 01:56:40 UTC2026-05-19 02:00:14 UTC
@antv/f60.1.192026-05-19 01:56:45 UTC2026-05-19 02:00:18 UTC
@antv/g6-alipay0.1.12026-05-19 01:56:41 UTC2026-05-19 02:00:18 UTC
@antv/g2-extension-ava0.3.02026-05-19 01:56:41 UTC2026-05-19 02:00:18 UTC
@antv/f6-plugin1.1.62026-05-19 01:56:43 UTC2026-05-19 02:00:18 UTC
@antv/l7-mini2.21.82026-05-19 01:56:40 UTC2026-05-19 02:00:18 UTC
@antv/f6-alipay0.1.72026-05-19 01:56:40 UTC2026-05-19 02:00:19 UTC
@antv/g6-react-node1.5.82026-05-19 01:56:44 UTC2026-05-19 02:00:21 UTC
@antv/semantic-release-pnpm1.1.42026-05-19 01:56:40 UTC2026-05-19 02:00:22 UTC
@antv/smart-color0.3.12026-05-19 01:56:44 UTC2026-05-19 02:00:29 UTC
@antv/attr0.4.52026-05-19 01:56:41 UTC2026-05-19 02:00:30 UTC
@antv/insight-component1.1.02026-05-19 01:56:45 UTC2026-05-19 02:00:32 UTC
@antv/g-components2.1.422026-05-19 01:56:41 UTC2026-05-19 02:00:33 UTC
@antv/s2-react2.4.12026-05-19 01:56:44 UTC2026-05-19 02:00:34 UTC
@antv/sam0.3.02026-05-19 01:56:42 UTC2026-05-19 02:00:35 UTC
@antv/mcp-server-chart0.10.102026-05-19 01:56:44 UTC2026-05-19 02:00:35 UTC
@antv/g-svg2.2.12026-05-19 01:56:44 UTC2026-05-19 02:00:35 UTC
@antv/dipper-component0.1.42026-05-19 01:56:42 UTC2026-05-19 02:00:36 UTC
@antv/x6-plugin-scroller2.1.102026-05-19 01:56:42 UTC2026-05-19 02:00:36 UTC
jest-canvas-mock2.6.32026-05-19 01:56:42 UTC2026-05-19 02:00:37 UTC
@antv/gi-assets-xlab0.2.302026-05-19 01:56:44 UTC2026-05-19 02:00:37 UTC
babel-plugin-version0.3.32026-05-19 01:56:40 UTC2026-05-19 02:00:39 UTC
@antv/g6-editor1.3.02026-05-19 01:56:45 UTC2026-05-19 02:00:39 UTC
jest-expect0.1.12026-05-19 01:56:40 UTC2026-05-19 02:00:39 UTC
@antv/g-plugin-rough-canvas-renderer2.2.12026-05-19 01:56:42 UTC2026-05-19 02:00:41 UTC
@antv/l72.26.102026-05-19 01:56:43 UTC2026-05-19 02:00:41 UTC
@antv/g-webgpu2.2.12026-05-19 01:56:43 UTC2026-05-19 02:00:42 UTC
@antv/interaction0.2.52026-05-19 01:56:42 UTC2026-05-19 02:00:43 UTC
@antv/g-plugin-mobile-interaction1.1.422026-05-19 01:56:40 UTC2026-05-19 02:00:44 UTC
@antv/gi-sdk-app1.3.102026-05-19 01:56:40 UTC2026-05-19 02:00:46 UTC
@antv/f6-wx0.1.72026-05-19 01:56:41 UTC2026-05-19 02:00:50 UTC
@antv/adjust0.3.52026-05-19 01:56:41 UTC2026-05-19 02:00:52 UTC
@antv/g-plugin-annotation1.3.02026-05-19 01:56:41 UTC2026-05-19 02:00:53 UTC
@antv/g-camera-api2.1.452026-05-19 01:56:43 UTC2026-05-19 02:00:54 UTC
@antv/gi-common-components1.4.162026-05-19 01:56:43 UTC2026-05-19 02:00:55 UTC
gantt-for-react0.3.02026-05-19 01:56:41 UTC2026-05-19 02:00:57 UTC
@antv/g-web-animations-api2.2.322026-05-19 01:56:42 UTC2026-05-19 02:00:58 UTC
@antv/l7-layers2.26.102026-05-19 01:56:44 UTC2026-05-19 02:00:58 UTC
@antv/f6-element0.1.12026-05-19 01:56:42 UTC2026-05-19 02:01:00 UTC
@antv/g-plugin-webgl-device1.10.172026-05-19 01:56:42 UTC2026-05-19 02:01:01 UTC
byte-parser1.1.02026-05-19 01:56:40 UTC2026-05-19 02:01:02 UTC
@antv/g-lite2.8.02026-05-19 01:56:44 UTC2026-05-19 02:01:02 UTC
@antv/data-wizard2.1.42026-05-19 01:56:43 UTC2026-05-19 02:01:03 UTC
@antv/color-util2.1.62026-05-19 01:56:41 UTC2026-05-19 02:01:10 UTC
@antv/g-plugin-3d2.2.12026-05-19 01:56:42 UTC2026-05-19 02:01:12 UTC
miz1.1.12026-05-19 01:56:42 UTC2026-05-19 02:01:13 UTC
@antv/graphin3.1.52026-05-19 01:56:42 UTC2026-05-19 02:01:13 UTC
@antv/g-gesture3.1.422026-05-19 01:56:41 UTC2026-05-19 02:01:14 UTC
@antv/async-hook2.3.92026-05-19 01:56:42 UTC2026-05-19 02:01:16 UTC
@antv/g-pattern2.1.422026-05-19 01:56:42 UTC2026-05-19 02:01:19 UTC
@antv/x6-common2.1.172026-05-19 01:56:43 UTC2026-05-19 02:01:19 UTC
xmorse1.1.02026-05-19 01:56:43 UTC2026-05-19 02:01:21 UTC
@antv/l7-renderer2.26.102026-05-19 01:56:44 UTC2026-05-19 02:01:24 UTC
@antv/data-set0.12.82026-05-19 01:56:45 UTC2026-05-19 02:01:24 UTC
@antv/chart-visualization-skills0.2.32026-05-19 01:56:42 UTC2026-05-19 02:01:29 UTC
@antv/vis-predict-engine0.2.12026-05-19 01:56:40 UTC2026-05-19 02:01:29 UTC
onfire.js2.1.12026-05-19 01:56:41 UTC2026-05-19 02:01:29 UTC
@antv/g-web-components2.2.12026-05-19 01:56:42 UTC2026-05-19 02:01:30 UTC
@antv/f2-wx4.1.512026-05-19 01:56:41 UTC2026-05-19 02:01:31 UTC
@antv/g-webgpu-raytracer0.6.12026-05-19 01:56:42 UTC2026-05-19 02:01:31 UTC
timeago-react3.1.72026-05-19 01:56:41 UTC2026-05-19 02:01:31 UTC
@antv/x6-vector1.5.22026-05-19 01:56:43 UTC2026-05-19 02:01:31 UTC
@antv/x6-plugin-transform2.2.82026-05-19 01:56:42 UTC2026-05-19 02:01:33 UTC
@antv/g-webgl-compute0.1.12026-05-19 01:56:43 UTC2026-05-19 02:01:34 UTC
@antv/gi-assets-hugegraph1.2.152026-05-19 01:56:42 UTC2026-05-19 02:01:34 UTC
ast-plugin0.1.72026-05-19 01:56:40 UTC2026-05-19 02:01:35 UTC
@antv/f-engine1.11.02026-05-19 01:56:44 UTC2026-05-19 02:01:35 UTC
@antv/l7-maps2.26.102026-05-19 01:56:43 UTC2026-05-19 02:01:36 UTC
@antv/narrative-text-vis0.4.162026-05-19 01:56:44 UTC2026-05-19 02:01:37 UTC
@antv/color-schema0.3.32026-05-19 01:56:41 UTC2026-05-19 02:01:38 UTC
@antv/g-math3.2.02026-05-19 01:56:42 UTC2026-05-19 02:01:38 UTC
@antv/g-shader-components2.1.02026-05-19 01:56:40 UTC2026-05-19 02:01:39 UTC
@antv/f2-my4.1.522026-05-19 01:56:41 UTC2026-05-19 02:01:40 UTC
@antv/word-scale-chart0.4.42026-05-19 01:56:40 UTC2026-05-19 02:01:43 UTC
@antv/g2plot-schemas1.3.22026-05-19 01:56:43 UTC2026-05-19 02:01:43 UTC
@antv/s2-react-components2.2.22026-05-19 01:56:44 UTC2026-05-19 02:01:46 UTC
@antv/webgpu-graph1.1.02026-05-19 01:56:42 UTC2026-05-19 02:01:47 UTC
timeago.js4.1.22026-05-19 01:56:45 UTC2026-05-19 02:01:50 UTC
@antv/g6-extension-react0.3.72026-05-19 01:56:41 UTC2026-05-19 02:01:51 UTC
@antv/awards0.1.92026-05-19 01:56:44 UTC2026-05-19 02:01:52 UTC
@antv/wx-f22.2.12026-05-19 01:56:42 UTC2026-05-19 02:01:52 UTC
@antv/g-webgpu-engine0.8.22026-05-19 01:56:41 UTC2026-05-19 02:01:55 UTC
lint-md-cli0.2.22026-05-19 01:56:40 UTC2026-05-19 02:02:00 UTC
@antv/l7-react2.5.32026-05-19 01:56:43 UTC2026-05-19 02:02:00 UTC
@antv/x6-react0.2.262026-05-19 01:56:41 UTC2026-05-19 02:02:03 UTC
@antv/g-plugin-zdog-svg-renderer2.2.12026-05-19 01:56:40 UTC2026-05-19 02:02:04 UTC
@antv/g6-element0.9.252026-05-19 01:56:41 UTC2026-05-19 02:02:05 UTC
@antv/g-base0.6.162026-05-19 01:56:43 UTC2026-05-19 02:02:05 UTC
@antv/l7-source2.26.102026-05-19 01:56:43 UTC2026-05-19 02:02:07 UTC
@antv/g-plugin-canvaskit-renderer2.4.12026-05-19 01:56:42 UTC2026-05-19 02:02:10 UTC
@antv/l7plot-component0.1.112026-05-19 01:56:43 UTC2026-05-19 02:02:12 UTC
@antv/g-canvaskit1.2.12026-05-19 01:56:44 UTC2026-05-19 02:02:12 UTC
@antv/g-plugin-a11y1.5.12026-05-19 01:56:41 UTC2026-05-19 02:02:13 UTC
@antv/stat0.1.22026-05-19 01:56:42 UTC2026-05-19 02:02:16 UTC
@antv/g-layout-blocklike1.8.492026-05-19 01:56:40 UTC2026-05-19 02:02:22 UTC
@antv/f2-wordcloud5.15.02026-05-19 01:56:40 UTC2026-05-19 02:02:24 UTC
@antv/xflow-core1.1.552026-05-19 01:56:42 UTC2026-05-19 02:02:24 UTC
@antv/f-wx1.11.02026-05-19 01:56:41 UTC2026-05-19 02:02:24 UTC
@antv/x6-plugin-clipboard2.2.62026-05-19 01:56:43 UTC2026-05-19 02:02:25 UTC
@antv/g-mobile-webgl1.2.12026-05-19 01:56:42 UTC2026-05-19 02:02:29 UTC
@antv/f6-core0.1.22026-05-19 01:56:43 UTC2026-05-19 02:02:31 UTC
@antv/x6-plugin-export2.2.62026-05-19 01:56:40 UTC2026-05-19 02:02:31 UTC
@antv/ava-react3.4.22026-05-19 01:56:44 UTC2026-05-19 02:02:33 UTC
@antv/x6-plugin-snapline2.2.72026-05-19 01:56:43 UTC2026-05-19 02:02:34 UTC
canvas-nest.js2.1.42026-05-19 01:56:41 UTC2026-05-19 02:02:34 UTC
@antv/l7plot0.6.112026-05-19 01:56:42 UTC2026-05-19 02:02:35 UTC
@antv/torch1.1.62026-05-19 01:56:40 UTC2026-05-19 02:02:39 UTC
@antv/g-mobile1.2.52026-05-19 01:56:40 UTC2026-05-19 02:02:40 UTC
@antv/component2.2.112026-05-19 01:56:42 UTC2026-05-19 02:02:41 UTC
@antv/xflow-diff1.1.02026-05-19 01:56:42 UTC2026-05-19 02:02:41 UTC
@antv/gatsby-theme0.2.02026-05-19 01:56:42 UTC2026-05-19 02:02:49 UTC
@antv/gi-assets-advance2.6.222026-05-19 01:56:42 UTC2026-05-19 02:02:50 UTC
@antv/path-util3.1.12026-05-19 01:56:44 UTC2026-05-19 02:02:52 UTC
mcp-echarts0.8.12026-05-19 01:56:44 UTC2026-05-19 02:02:52 UTC
@antv/gi-assets-scene2.3.212026-05-19 01:56:44 UTC2026-05-19 02:02:53 UTC
uri-parse1.1.02026-05-19 01:56:40 UTC2026-05-19 02:02:55 UTC
relationship.js1.3.92026-05-19 01:56:40 UTC2026-05-19 02:03:01 UTC
@antv/narrative-text-editor0.3.202026-05-19 01:56:45 UTC2026-05-19 02:03:03 UTC
word-width1.1.12026-05-19 01:56:40 UTC2026-05-19 02:03:03 UTC
@antv/g6-mobile0.2.22026-05-19 01:56:45 UTC2026-05-19 02:03:07 UTC
@antv/li-core-assets1.4.72026-05-19 01:56:44 UTC2026-05-19 02:03:07 UTC
@antv/graphin-graphscope1.1.52026-05-19 01:56:42 UTC2026-05-19 02:03:13 UTC
@antv/graphin-icons1.1.02026-05-19 01:56:41 UTC2026-05-19 02:03:17 UTC
@antv/f2-vue4.1.332026-05-19 01:56:40 UTC2026-05-19 02:03:19 UTC
@antv/g-plugin-gesture2.2.12026-05-19 01:56:40 UTC2026-05-19 02:03:20 UTC
@antv/li-sam-assets0.2.42026-05-19 01:56:46 UTC2026-05-19 02:03:21 UTC
@antv/g-plugin-canvas-picker2.4.12026-05-19 01:56:42 UTC2026-05-19 02:03:21 UTC
@antv/f6-ui1.1.32026-05-19 01:56:41 UTC2026-05-19 02:03:21 UTC
ai-figure0.5.02026-05-19 01:56:42 UTC2026-05-19 02:03:26 UTC
@antv/f-react1.11.02026-05-19 01:56:41 UTC2026-05-19 02:03:26 UTC
@antv/f-test-utils1.1.92026-05-19 01:56:41 UTC2026-05-19 02:03:26 UTC
@antv/l7-editor1.2.132026-05-19 01:56:44 UTC2026-05-19 02:03:28 UTC
@antv/dipper-map1.1.102026-05-19 01:56:42 UTC2026-05-19 02:03:33 UTC
@antv/t80.4.02026-05-19 01:56:44 UTC2026-05-19 02:03:37 UTC
@antv/g-device-api1.7.132026-05-19 01:56:45 UTC2026-05-19 02:03:39 UTC
@antv/l7-mapkit0.6.02026-05-19 01:56:40 UTC2026-05-19 02:03:40 UTC
@antv/g25.5.82026-05-19 01:56:41 UTC2026-05-19 02:03:41 UTC
@antv/thumbnails2.1.02026-05-19 01:56:43 UTC2026-05-19 02:03:42 UTC
@antv/li-aiearth-assets0.5.72026-05-19 01:56:45 UTC2026-05-19 02:03:45 UTC
@antv/li-analysis-assets1.10.12026-05-19 01:56:43 UTC2026-05-19 02:03:46 UTC
@antv/larkmap1.6.12026-05-19 01:56:44 UTC2026-05-19 02:03:48 UTC
@antv/g6-pc0.9.252026-05-19 01:56:45 UTC2026-05-19 02:03:48 UTC
@antv/gi-mock-data1.1.52026-05-19 01:56:40 UTC2026-05-19 02:03:48 UTC
@antv/x6-vue-shape3.1.22026-05-19 01:56:42 UTC2026-05-19 02:03:49 UTC
@antv/event-emitter0.2.32026-05-19 01:56:41 UTC2026-05-19 02:03:55 UTC
@antv/x6-react-components2.1.92026-05-19 01:56:44 UTC2026-05-19 02:04:08 UTC
@antv/s2-ssr0.2.12026-05-19 01:56:42 UTC2026-05-19 02:04:20 UTC
@antv/graphin-components2.5.12026-05-19 01:56:44 UTC2026-05-19 02:04:23 UTC
@antv/infographic0.3.192026-05-19 01:56:42 UTC2026-05-19 02:04:36 UTC
@antv/l7-extension-g-layer1.1.02026-05-19 01:56:44 UTC2026-05-19 02:04:37 UTC
@antv/g6-plugin0.9.252026-05-19 01:56:44 UTC2026-05-19 02:04:45 UTC
@antv/g2-ssr0.3.02026-05-19 01:56:41 UTC2026-05-19 02:04:46 UTC
@antv/g65.2.12026-05-19 01:56:42 UTC2026-05-19 02:04:47 UTC
@antv/matrix-util3.1.42026-05-19 01:56:41 UTC2026-05-19 02:04:48 UTC
@antv/gi-assets-graphscope2.2.152026-05-19 01:56:44 UTC2026-05-19 02:04:49 UTC
@antv/dumi-theme-antv0.9.42026-05-19 01:56:44 UTC2026-05-19 02:04:52 UTC
@antv/x6-plugin-history2.3.42026-05-19 01:56:42 UTC2026-05-19 02:04:59 UTC
size-sensor1.1.42026-05-19 01:56:40 UTC2026-05-19 02:05:03 UTC
@antv/s2-vue2.3.02026-05-19 01:56:44 UTC2026-05-19 02:05:03 UTC
@antv/chart-node-g60.1.42026-05-19 01:56:42 UTC2026-05-19 02:05:07 UTC
@antv/algorithm0.2.262026-05-19 01:56:43 UTC2026-05-19 02:05:11 UTC
@antv/xflow-extension1.1.552026-05-19 01:56:42 UTC2026-05-19 02:05:20 UTC
@antv/dom-util2.1.42026-05-19 01:56:41 UTC2026-05-19 02:05:21 UTC
@antv/gi-assets-basic2.5.402026-05-19 01:56:42 UTC2026-05-19 02:05:24 UTC
@antv/x6-geometry2.1.52026-05-19 01:56:44 UTC2026-05-19 02:05:27 UTC
@antv/istanbul0.1.02026-05-19 01:56:41 UTC2026-05-19 02:05:39 UTC
mcp-mermaid0.5.12026-05-19 01:56:40 UTC2026-05-19 02:06:07 UTC
@antv/g6-cli0.1.42026-05-19 01:56:42 UTC2026-05-19 02:06:07 UTC
@antv/gi-assets-neo4j2.2.152026-05-19 01:56:42 UTC2026-05-19 02:06:07 UTC
@antv/l7-draw3.2.52026-05-19 01:56:45 UTC2026-05-19 02:06:08 UTC
@antv/x6-angular-shape3.1.12026-05-19 01:56:43 UTC2026-05-19 02:06:09 UTC
@antv/g2-plugin-slider2.2.12026-05-19 01:56:42 UTC2026-05-19 02:06:09 UTC
@antv/f25.15.02026-05-19 01:56:41 UTC2026-05-19 02:06:10 UTC
@antv/g-mobile-svg1.2.12026-05-19 01:56:41 UTC2026-05-19 02:06:14 UTC
@antv/layout-wasm1.5.22026-05-19 01:56:44 UTC2026-05-19 02:06:17 UTC
@antv/f2-site4.1.422026-05-19 01:56:41 UTC2026-05-19 02:06:18 UTC
@antv/gl-matrix2.8.12026-05-19 01:56:44 UTC2026-05-19 02:06:18 UTC
@antv/data-samples1.1.12026-05-19 01:56:44 UTC2026-05-19 02:06:24 UTC
@antv/lite-insight2.2.12026-05-19 01:56:44 UTC2026-05-19 02:06:25 UTC
@antv/f2-context0.1.12026-05-19 01:56:43 UTC2026-05-19 02:06:28 UTC
@antv/g-image-exporter1.1.422026-05-19 01:56:43 UTC2026-05-19 02:06:38 UTC
@antv/x6-plugin-selection2.3.22026-05-19 01:56:42 UTC2026-05-19 02:06:40 UTC
@antv/f2-canvas1.1.52026-05-19 01:56:41 UTC2026-05-19 02:06:43 UTC
@antv/g-plugin-canvas-renderer2.6.12026-05-19 01:56:42 UTC2026-05-19 02:06:44 UTC
@antv/github-config-cli0.2.02026-05-19 01:56:40 UTC2026-05-19 02:06:44 UTC
@antv/gi-assets-algorithm2.4.192026-05-19 01:56:44 UTC2026-05-19 02:06:52 UTC
@antv/x6-plugin-minimap2.1.72026-05-19 01:56:42 UTC2026-05-19 02:06:53 UTC
@antv/g2-brush0.1.22026-05-19 01:56:43 UTC2026-05-19 02:06:53 UTC
fixed-round1.1.22026-05-19 01:56:40 UTC2026-05-19 02:06:58 UTC
@antv/x6-vue3-shape1.1.02026-05-19 01:56:42 UTC2026-05-19 02:07:00 UTC
@antv/x63.2.72026-05-19 01:56:43 UTC2026-05-19 02:07:04 UTC
@antv/g-plugin-svg-renderer2.5.12026-05-19 01:56:42 UTC2026-05-19 02:07:05 UTC
@antv/mcp-server-antv0.2.82026-05-19 01:56:42 UTC2026-05-19 02:07:07 UTC
@antv/l7-composite-layers0.19.12026-05-19 02:06:04 UTC2026-05-19 02:07:21 UTC
@antv/g-device-api1.8.132026-05-19 02:06:02 UTC2026-05-19 02:07:23 UTC
@antv/coord0.5.72026-05-19 01:56:43 UTC2026-05-19 02:07:24 UTC
@antv/x6-plugin-stencil2.2.52026-05-19 01:56:42 UTC2026-05-19 02:07:27 UTC
@antv/coord0.6.72026-05-19 02:06:03 UTC2026-05-19 02:07:30 UTC
@antv/g-webgpu-core0.9.22026-05-19 02:06:01 UTC2026-05-19 02:07:34 UTC
@antv/adjust0.4.52026-05-19 02:06:01 UTC2026-05-19 02:07:37 UTC
@antv/util3.4.112026-05-19 01:56:42 UTC2026-05-19 02:07:37 UTC
@antv/l7-react2.6.32026-05-19 02:06:03 UTC2026-05-19 02:07:37 UTC
@antv/g-web-animations-api2.3.322026-05-19 02:06:01 UTC2026-05-19 02:07:38 UTC
@antv/f2-react5.15.02026-05-19 01:56:40 UTC2026-05-19 02:07:42 UTC
@antv/l7-maps2.27.102026-05-19 02:06:03 UTC2026-05-19 02:07:43 UTC
@antv/gi-assets-janusgraph1.3.152026-05-19 02:06:01 UTC2026-05-19 02:07:43 UTC
@antv/g-webgpu-unitchart0.7.12026-05-19 02:06:00 UTC2026-05-19 02:07:46 UTC
@antv/graphlib2.2.42026-05-19 02:06:01 UTC2026-05-19 02:07:47 UTC
miz1.2.12026-05-19 02:06:01 UTC2026-05-19 02:07:48 UTC
@antv/f6-element0.2.12026-05-19 02:06:00 UTC2026-05-19 02:07:48 UTC
@antv/knowledge1.3.42026-05-19 02:06:01 UTC2026-05-19 02:07:49 UTC
@antv/g6-mobile0.3.22026-05-19 02:06:01 UTC2026-05-19 02:07:51 UTC
@antv/gpt-vis1.1.02026-05-19 01:56:45 UTC2026-05-19 02:07:52 UTC
@antv/gi-assets-neo4j2.3.152026-05-19 02:06:00 UTC2026-05-19 02:07:52 UTC
@antv/g-dom-mutation-observer-api2.1.422026-05-19 01:56:41 UTC2026-05-19 02:07:52 UTC
@antv/dw-transform1.3.72026-05-19 02:06:00 UTC2026-05-19 02:07:55 UTC
@antv/g6-plugin-map-view0.1.42026-05-19 01:56:42 UTC2026-05-19 02:07:55 UTC
@antv/l7-map2.27.102026-05-19 02:06:03 UTC2026-05-19 02:07:56 UTC
@antv/graphin3.2.52026-05-19 02:06:00 UTC2026-05-19 02:07:56 UTC
@antv/dumi-theme-antv0.10.42026-05-19 02:06:04 UTC2026-05-19 02:07:56 UTC
@antv/li-editor1.7.12026-05-19 01:56:42 UTC2026-05-19 02:07:57 UTC
@antv/gi-sdk3.2.02026-05-19 02:06:01 UTC2026-05-19 02:07:58 UTC
@antv/g6-extension-react0.4.72026-05-19 02:06:00 UTC2026-05-19 02:08:02 UTC
@antv/data-samples1.2.12026-05-19 02:06:04 UTC2026-05-19 02:08:02 UTC
@antv/x6-react-shape3.2.12026-05-19 02:06:01 UTC2026-05-19 02:08:02 UTC
@antv/gi-assets-hugegraph1.3.152026-05-19 02:06:00 UTC2026-05-19 02:08:03 UTC
@antv/x6-vue3-shape1.2.02026-05-19 02:06:01 UTC2026-05-19 02:08:03 UTC
@antv/g2-extension-ava0.4.02026-05-19 02:06:00 UTC2026-05-19 02:08:05 UTC
@antv/g-camera-api2.2.452026-05-19 02:06:01 UTC2026-05-19 02:08:07 UTC
@antv/g-plugin-canvas-picker2.5.12026-05-19 02:06:01 UTC2026-05-19 02:08:08 UTC
@antv/narrative-text-vis0.5.162026-05-19 02:06:04 UTC2026-05-19 02:08:09 UTC
@antv/f-engine1.12.02026-05-19 02:06:01 UTC2026-05-19 02:08:10 UTC
@antv/g2-plugin-slider2.3.12026-05-19 02:06:01 UTC2026-05-19 02:08:11 UTC
@antv/scale0.7.22026-05-19 02:06:01 UTC2026-05-19 02:08:11 UTC
@antv/g-math3.3.02026-05-19 02:06:00 UTC2026-05-19 02:08:11 UTC
@antv/f-vue1.11.02026-05-19 01:56:41 UTC2026-05-19 02:08:12 UTC
@antv/l7-extension-g-layer1.2.02026-05-19 02:06:00 UTC2026-05-19 02:08:12 UTC
@antv/g-lottie-player1.3.12026-05-19 02:06:01 UTC2026-05-19 02:08:12 UTC
@antv/g-base0.7.162026-05-19 02:06:03 UTC2026-05-19 02:08:13 UTC
@lint-md/parser0.2.142026-05-19 02:06:00 UTC2026-05-19 02:08:14 UTC
@antv/gi-assets-scene2.4.212026-05-19 02:06:01 UTC2026-05-19 02:08:16 UTC
@antv/f60.2.192026-05-19 02:06:01 UTC2026-05-19 02:08:16 UTC
@antv/g6-editor1.4.02026-05-19 02:06:03 UTC2026-05-19 02:08:17 UTC
@antv/f6-plugin1.2.62026-05-19 02:06:03 UTC2026-05-19 02:08:19 UTC
@antv/g-plugin-matterjs2.3.12026-05-19 02:06:00 UTC2026-05-19 02:08:19 UTC
@antv/g-plugin-rough-canvas-renderer2.3.12026-05-19 02:06:00 UTC2026-05-19 02:08:19 UTC
@antv/event-emitter0.3.32026-05-19 02:06:00 UTC2026-05-19 02:08:20 UTC
@antv/x6-plugin-history2.4.42026-05-19 02:06:00 UTC2026-05-19 02:08:20 UTC
slice.js1.2.12026-05-19 01:56:41 UTC2026-05-19 02:08:21 UTC
@antv/dom-util2.2.42026-05-19 02:06:00 UTC2026-05-19 02:08:21 UTC
@antv/x6-angular-shape3.2.12026-05-19 02:06:00 UTC2026-05-19 02:08:21 UTC
@antv/g-plugin-rough-svg-renderer2.2.12026-05-19 01:56:42 UTC2026-05-19 02:08:23 UTC
@antv/vis-predict-engine0.3.12026-05-19 02:06:01 UTC2026-05-19 02:08:24 UTC
@antv/data-wizard2.2.42026-05-19 02:06:00 UTC2026-05-19 02:08:25 UTC
@antv/g6-plugin0.10.252026-05-19 02:06:00 UTC2026-05-19 02:08:25 UTC
@lint-md/core2.2.02026-05-19 02:06:03 UTC2026-05-19 02:08:26 UTC
@antv/calendar-heatmap1.3.22026-05-19 02:06:00 UTC2026-05-19 02:08:27 UTC
@antv/g-plugin-control2.2.12026-05-19 01:56:41 UTC2026-05-19 02:08:27 UTC
@antv/gi-assets-graphscope2.3.152026-05-19 02:06:00 UTC2026-05-19 02:08:30 UTC
@antv/gi-assets-tugraph2.3.152026-05-19 02:06:00 UTC2026-05-19 02:08:30 UTC
@antv/g-plugin-webgl-device1.11.172026-05-19 02:06:00 UTC2026-05-19 02:08:31 UTC
@antv/g-plugin-canvaskit-renderer2.5.12026-05-19 02:06:01 UTC2026-05-19 02:08:32 UTC
@antv/awards0.2.92026-05-19 02:06:01 UTC2026-05-19 02:08:40 UTC
@antv/dw-util1.3.42026-05-19 02:06:01 UTC2026-05-19 02:08:40 UTC
@antv/l7-editor1.3.132026-05-19 02:06:03 UTC2026-05-19 02:08:45 UTC
@antv/g-mobile-canvas1.3.12026-05-19 02:06:01 UTC2026-05-19 02:08:45 UTC
@antv/gi-assets-algorithm2.5.192026-05-19 02:06:02 UTC2026-05-19 02:08:45 UTC
@antv/f2-algorithm5.8.02026-05-19 01:56:40 UTC2026-05-19 02:08:48 UTC
@antv/data-set0.13.82026-05-19 02:06:01 UTC2026-05-19 02:08:48 UTC
@antv/dw-random1.3.72026-05-19 02:06:01 UTC2026-05-19 02:08:55 UTC
@antv/layout-wasm1.6.22026-05-19 02:06:00 UTC2026-05-19 02:08:58 UTC
@antv/g2plot-schemas1.4.22026-05-19 02:06:00 UTC2026-05-19 02:08:59 UTC
@antv/f2-wx4.2.512026-05-19 02:06:00 UTC2026-05-19 02:09:01 UTC
@antv/sam0.4.02026-05-19 02:06:01 UTC2026-05-19 02:09:03 UTC
@antv/li-sam-assets0.3.42026-05-19 02:06:04 UTC2026-05-19 02:09:03 UTC
@antv/li-analysis-assets1.11.12026-05-19 02:06:02 UTC2026-05-19 02:09:04 UTC
@antv/dw-analyzer1.3.52026-05-19 02:06:01 UTC2026-05-19 02:09:05 UTC
@antv/f6-wx0.2.72026-05-19 02:06:00 UTC2026-05-19 02:09:08 UTC
@antv/g2plot2.5.352026-05-19 01:56:42 UTC2026-05-19 02:09:09 UTC
@antv/l7-three2.27.102026-05-19 02:06:01 UTC2026-05-19 02:09:10 UTC
@antv/gi-sdk-app1.4.102026-05-19 02:06:00 UTC2026-05-19 02:09:11 UTC
jest-expect0.2.12026-05-19 02:05:59 UTC2026-05-19 02:09:12 UTC
@antv/g-webgl-compute0.2.12026-05-19 02:06:01 UTC2026-05-19 02:09:14 UTC
@antv/algorithm0.3.262026-05-19 02:06:04 UTC2026-05-19 02:09:14 UTC
@antv/geo-coord1.1.82026-05-19 01:56:41 UTC2026-05-19 02:09:14 UTC
@antv/g-plugin-a11y1.6.12026-05-19 02:05:59 UTC2026-05-19 02:09:18 UTC
@antv/interaction0.3.52026-05-19 02:06:01 UTC2026-05-19 02:09:19 UTC
@antv/f6-core0.2.22026-05-19 02:06:03 UTC2026-05-19 02:09:21 UTC
@antv/g6-alipay0.2.12026-05-19 02:05:59 UTC2026-05-19 02:09:22 UTC
byte-parser1.2.02026-05-19 02:06:00 UTC2026-05-19 02:09:22 UTC
@antv/hierarchy0.9.12026-05-19 02:06:00 UTC2026-05-19 02:09:24 UTC
@antv/infographic0.4.192026-05-19 02:06:01 UTC2026-05-19 02:09:27 UTC
@antv/g-plugin-webgpu-device1.11.172026-05-19 02:06:00 UTC2026-05-19 02:09:27 UTC
@antv/x6-plugin-snapline2.3.72026-05-19 02:06:00 UTC2026-05-19 02:09:28 UTC
@antv/l7-draw3.3.52026-05-19 02:06:02 UTC2026-05-19 02:09:29 UTC
@antv/smart-color0.4.12026-05-19 02:06:01 UTC2026-05-19 02:09:30 UTC
@antv/x6-vector1.6.22026-05-19 02:06:01 UTC2026-05-19 02:09:30 UTC
@antv/gi-assets-xlab0.3.302026-05-19 02:06:03 UTC2026-05-19 02:09:31 UTC
@antv/f25.16.02026-05-19 02:06:01 UTC2026-05-19 02:09:31 UTC
@antv/mcp-server-chart0.11.102026-05-19 02:06:00 UTC2026-05-19 02:09:31 UTC
@antv/l7-component2.27.102026-05-19 02:06:04 UTC2026-05-19 02:09:34 UTC
@antv/gi-public-data1.2.12026-05-19 02:06:01 UTC2026-05-19 02:09:34 UTC
@antv/gi-assets-tugraph-analytics0.4.152026-05-19 02:06:00 UTC2026-05-19 02:09:35 UTC
@antv/word-scale-chart0.5.42026-05-19 02:05:59 UTC2026-05-19 02:09:35 UTC
@antv/g-webgpu-raytracer0.7.12026-05-19 02:06:01 UTC2026-05-19 02:09:36 UTC
@antv/vendor1.1.112026-05-19 01:56:44 UTC2026-05-19 02:09:36 UTC
@antv/g-plugin-webgl-renderer1.2.262026-05-19 02:06:01 UTC2026-05-19 02:09:38 UTC
@antv/g-plugin-3d2.3.12026-05-19 02:06:00 UTC2026-05-19 02:09:38 UTC
@antv/f6-alipay0.2.72026-05-19 02:06:00 UTC2026-05-19 02:09:39 UTC
jest-random-mock1.2.02026-05-19 02:05:59 UTC2026-05-19 02:09:39 UTC
@antv/dw-random1.2.72026-05-19 01:56:42 UTC2026-05-19 02:09:39 UTC
@antv/g-plugin-physx2.2.12026-05-19 01:56:41 UTC2026-05-19 02:09:44 UTC
@antv/l7-leaflet1.2.22026-05-19 02:06:01 UTC2026-05-19 02:09:46 UTC
@antv/color-util2.2.62026-05-19 02:05:59 UTC2026-05-19 02:09:49 UTC
jest-random-mock1.1.02026-05-19 01:56:41 UTC2026-05-19 02:09:50 UTC
@antv/color-schema0.4.32026-05-19 02:06:00 UTC2026-05-19 02:09:52 UTC
@antv/g-webgpu-engine0.9.22026-05-19 02:06:00 UTC2026-05-19 02:09:54 UTC
@antv/gi-common-components1.5.162026-05-19 02:06:02 UTC2026-05-19 02:09:55 UTC
@antv/xflow2.3.132026-05-19 02:06:03 UTC2026-05-19 02:09:55 UTC
@antv/g-canvas2.4.02026-05-19 02:06:00 UTC2026-05-19 02:09:57 UTC
@antv/g6-core0.10.242026-05-19 02:06:03 UTC2026-05-19 02:09:57 UTC
onfire.js2.2.12026-05-19 02:05:59 UTC2026-05-19 02:09:57 UTC
@antv/gi-mock-data1.2.52026-05-19 02:05:59 UTC2026-05-19 02:09:58 UTC
@antv/l7-mini2.22.82026-05-19 02:06:00 UTC2026-05-19 02:10:00 UTC
@antv/g-plugin-dragndrop2.3.12026-05-19 02:05:59 UTC2026-05-19 02:10:00 UTC
@antv/g6-extension-3d0.3.232026-05-19 02:06:02 UTC2026-05-19 02:10:03 UTC
@antv/component2.3.112026-05-19 02:06:01 UTC2026-05-19 02:10:06 UTC
jest-url-loader0.2.02026-05-19 01:56:40 UTC2026-05-19 02:10:06 UTC
@antv/g-lite2.9.02026-05-19 02:06:04 UTC2026-05-19 02:10:07 UTC
mcp-mermaid0.6.12026-05-19 02:05:59 UTC2026-05-19 02:10:08 UTC
@antv/l7-scene2.27.102026-05-19 02:05:59 UTC2026-05-19 02:10:08 UTC
echarts-for-react3.1.72026-05-19 01:56:44 UTC2026-05-19 02:10:10 UTC
@antv/x6-plugin-transform2.3.82026-05-19 02:06:00 UTC2026-05-19 02:10:10 UTC
@antv/chart-node-g60.2.42026-05-19 02:06:01 UTC2026-05-19 02:10:15 UTC
@antv/ava3.6.12026-05-19 02:06:05 UTC2026-05-19 02:10:17 UTC
@antv/f-test-utils1.2.92026-05-19 02:05:59 UTC2026-05-19 02:10:18 UTC
@antv/ckb2.2.42026-05-19 02:06:00 UTC2026-05-19 02:10:19 UTC
@antv/g6-wx0.2.12026-05-19 02:06:00 UTC2026-05-19 02:10:20 UTC
boring-avatars-vanilla1.2.22026-05-19 02:06:00 UTC2026-05-19 02:10:21 UTC
@antv/xflow-hook1.2.552026-05-19 02:06:00 UTC2026-05-19 02:10:22 UTC
@antv/xflow-core1.2.552026-05-19 02:06:03 UTC2026-05-19 02:10:22 UTC
@antv/f2-canvas1.2.52026-05-19 02:05:59 UTC2026-05-19 02:10:23 UTC
@antv/g6-plugins1.2.92026-05-19 02:06:00 UTC2026-05-19 02:10:27 UTC
@antv/l7-renderer2.27.102026-05-19 02:06:00 UTC2026-05-19 02:10:28 UTC
ai-figure0.6.02026-05-19 02:06:00 UTC2026-05-19 02:10:31 UTC
@antv/f-my1.12.02026-05-19 02:06:00 UTC2026-05-19 02:10:31 UTC
@antv/geo-coord1.2.82026-05-19 02:06:00 UTC2026-05-19 02:10:38 UTC
@antv/li-p21.10.22026-05-19 02:06:02 UTC2026-05-19 02:10:45 UTC
@antv/graphin-icons1.2.02026-05-19 02:05:59 UTC2026-05-19 02:10:45 UTC
@antv/s2-vue2.4.02026-05-19 02:06:01 UTC2026-05-19 02:10:46 UTC
@antv/g-mobile-webgl1.3.12026-05-19 02:06:00 UTC2026-05-19 02:10:46 UTC
@antv/dipper-hooks0.4.12026-05-19 02:06:00 UTC2026-05-19 02:10:47 UTC
lint-md0.4.02026-05-19 02:06:01 UTC2026-05-19 02:10:51 UTC
@antv/l7-core2.27.102026-05-19 02:06:04 UTC2026-05-19 02:10:53 UTC
@antv/li-p21.9.22026-05-19 01:56:41 UTC2026-05-19 02:10:55 UTC
@antv/f2-context0.2.12026-05-19 02:06:00 UTC2026-05-19 02:10:57 UTC
@antv/narrative-text-schema0.5.72026-05-19 02:06:00 UTC2026-05-19 02:10:58 UTC
@antv/graphin-components2.6.12026-05-19 02:06:00 UTC2026-05-19 02:10:59 UTC
@antv/g-plugin-box2d2.3.12026-05-19 02:05:59 UTC2026-05-19 02:11:02 UTC
@antv/li-core-assets1.5.72026-05-19 02:06:04 UTC2026-05-19 02:11:02 UTC
@antv/x6-plugin-scroller2.2.102026-05-19 02:06:01 UTC2026-05-19 02:11:04 UTC
@antv/x6-plugin-clipboard2.3.62026-05-19 02:06:00 UTC2026-05-19 02:11:04 UTC
@antv/ava3.5.12026-05-19 01:56:44 UTC2026-05-19 02:11:06 UTC
@antv/path-util3.2.12026-05-19 02:06:00 UTC2026-05-19 02:11:06 UTC
@antv/g-plugin-mobile-interaction1.2.422026-05-19 02:05:59 UTC2026-05-19 02:11:09 UTC
@antv/g-perf1.2.02026-05-19 02:05:59 UTC2026-05-19 02:11:17 UTC
@antv/react-g2.3.12026-05-19 02:06:01 UTC2026-05-19 02:11:20 UTC
@antv/github-config-cli0.3.02026-05-19 02:05:59 UTC2026-05-19 02:11:24 UTC
@antv/s22.9.12026-05-19 02:06:02 UTC2026-05-19 02:11:26 UTC
@antv/f6-hammerjs0.2.22026-05-19 02:06:00 UTC2026-05-19 02:11:29 UTC
@antv/s2-react2.5.12026-05-19 02:06:04 UTC2026-05-19 02:11:32 UTC
@antv/l7-pass1.2.02026-05-19 02:06:00 UTC2026-05-19 02:11:34 UTC
word-width1.2.12026-05-19 02:06:00 UTC2026-05-19 02:11:40 UTC
@antv/t80.5.02026-05-19 02:06:04 UTC2026-05-19 02:11:40 UTC
@antv/d3-color1.2.02026-05-19 02:05:59 UTC2026-05-19 02:11:41 UTC
limit-size0.3.42026-05-19 02:05:59 UTC2026-05-19 02:11:41 UTC
@antv/g-layout-blocklike1.9.492026-05-19 02:05:59 UTC2026-05-19 02:11:44 UTC
@antv/x63.3.72026-05-19 02:06:01 UTC2026-05-19 02:11:45 UTC
@antv/xflow-diff1.2.02026-05-19 02:06:00 UTC2026-05-19 02:11:48 UTC
@antv/torch1.2.62026-05-19 02:06:00 UTC2026-05-19 02:11:52 UTC
@antv/f2-algorithm5.9.02026-05-19 02:05:59 UTC2026-05-19 02:11:52 UTC
@antv/g-plugin-zdog-canvas-renderer2.3.12026-05-19 02:06:00 UTC2026-05-19 02:11:54 UTC
@antv/g-shader-components2.2.02026-05-19 02:05:59 UTC2026-05-19 02:11:55 UTC
@antv/g-plugin-rough-svg-renderer2.3.12026-05-19 02:05:59 UTC2026-05-19 02:11:56 UTC
@antv/g-plugin-control2.3.12026-05-19 02:06:00 UTC2026-05-19 02:11:59 UTC
@antv/g-plugin-svg-renderer2.6.12026-05-19 02:06:00 UTC2026-05-19 02:12:01 UTC
@antv/g-components2.2.422026-05-19 02:06:00 UTC2026-05-19 02:12:03 UTC
@antv/l7-source2.27.102026-05-19 02:06:04 UTC2026-05-19 02:12:05 UTC
fixed-round1.2.22026-05-19 02:05:59 UTC2026-05-19 02:12:06 UTC
@antv/g-canvaskit1.3.12026-05-19 02:06:00 UTC2026-05-19 02:12:07 UTC
@antv/l72.27.102026-05-19 02:06:01 UTC2026-05-19 02:12:08 UTC
@antv/ckb2.1.42026-05-19 01:56:42 UTC2026-05-19 02:12:10 UTC
@antv/gpt-vis-ssr0.5.72026-05-19 02:06:03 UTC2026-05-19 02:12:10 UTC
@antv/g2-extension-plot0.4.22026-05-19 02:05:59 UTC2026-05-19 02:12:15 UTC
amapcn0.3.22026-05-19 02:05:59 UTC2026-05-19 02:12:17 UTC
@antv/x6-plugin-dnd2.3.12026-05-19 02:06:00 UTC2026-05-19 02:12:17 UTC
@antv/x6-vue-shape3.2.22026-05-19 02:06:01 UTC2026-05-19 02:12:17 UTC
@antv/x6-plugin-stencil2.3.52026-05-19 02:06:00 UTC2026-05-19 02:12:18 UTC
@antv/x6-react-components2.2.92026-05-19 02:06:03 UTC2026-05-19 02:12:19 UTC
@antv/g25.6.82026-05-19 02:06:01 UTC2026-05-19 02:12:20 UTC
@antv/lite-insight2.3.12026-05-19 02:06:01 UTC2026-05-19 02:12:22 UTC
@antv/dipper-map1.2.102026-05-19 02:06:02 UTC2026-05-19 02:12:22 UTC
@antv/l7-layers2.27.102026-05-19 02:06:02 UTC2026-05-19 02:12:28 UTC
@antv/g-plugin-image-loader2.5.12026-05-19 02:05:59 UTC2026-05-19 02:12:28 UTC
@antv/g-pattern2.2.422026-05-19 02:05:59 UTC2026-05-19 02:12:30 UTC
@antv/g-plugin-canvas-renderer2.7.12026-05-19 02:06:01 UTC2026-05-19 02:12:31 UTC
@antv/f2-graphic0.2.162026-05-19 02:06:03 UTC2026-05-19 02:12:34 UTC
@antv/g-css-layout-api1.2.382026-05-19 02:06:00 UTC2026-05-19 02:12:35 UTC
@antv/chart-visualization-skills0.3.32026-05-19 02:06:00 UTC2026-05-19 02:12:35 UTC
@antv/g6-pc0.10.252026-05-19 02:06:03 UTC2026-05-19 02:12:37 UTC
jest-less-loader0.4.02026-05-19 02:05:59 UTC2026-05-19 02:12:37 UTC
@antv/wx-f22.3.12026-05-19 02:06:00 UTC2026-05-19 02:12:40 UTC
filesize.js2.2.02026-05-19 02:05:59 UTC2026-05-19 02:12:40 UTC
slice.js1.3.12026-05-19 02:05:59 UTC2026-05-19 02:12:41 UTC
jest-url-loader0.3.02026-05-19 02:05:59 UTC2026-05-19 02:12:41 UTC
@antv/gi-assets-basic2.6.402026-05-19 02:06:01 UTC2026-05-19 02:12:41 UTC
@antv/calendar-heatmap1.2.22026-05-19 01:56:42 UTC2026-05-19 02:12:44 UTC
@antv/l7plot0.7.112026-05-19 02:06:02 UTC2026-05-19 02:12:50 UTC
@antv/l7-scene2.26.102026-05-19 01:56:42 UTC2026-05-19 02:12:51 UTC
@antv/f-vue1.12.02026-05-19 02:06:00 UTC2026-05-19 02:12:52 UTC
@antv/a80.2.12026-05-19 02:06:00 UTC2026-05-19 02:12:55 UTC
@antv/translator1.1.12026-05-19 01:56:41 UTC2026-05-19 02:12:56 UTC
@antv/g65.3.12026-05-19 02:06:01 UTC2026-05-19 02:12:56 UTC
@antv/g6.5.12026-05-19 02:06:00 UTC2026-05-19 02:12:56 UTC
@antv/dipper-component0.2.42026-05-19 02:06:00 UTC2026-05-19 02:12:57 UTC
@antv/g-css-typed-om-api1.2.382026-05-19 02:05:59 UTC2026-05-19 02:12:58 UTC
@antv/gi-assets-advance2.7.222026-05-19 02:06:02 UTC2026-05-19 02:13:01 UTC
@antv/g-plugin-html-renderer2.5.12026-05-19 02:05:59 UTC2026-05-19 02:13:05 UTC
@antv/xflow-extension1.2.552026-05-19 02:06:01 UTC2026-05-19 02:13:11 UTC
@antv/g2-ssr0.4.02026-05-19 02:06:00 UTC2026-05-19 02:13:12 UTC
@antv/l7-district2.5.122026-05-19 02:05:59 UTC2026-05-19 02:13:13 UTC
@antv/d3-interpolate1.2.32026-05-19 02:06:00 UTC2026-05-19 02:13:18 UTC
@antv/narrative-text-editor0.4.202026-05-19 02:06:04 UTC2026-05-19 02:13:19 UTC
@antv/chart-linter1.3.62026-05-19 02:06:03 UTC2026-05-19 02:13:19 UTC
@antv/g-plugin-yoga2.5.12026-05-19 02:06:00 UTC2026-05-19 02:13:20 UTC
@antv/ava-react3.5.22026-05-19 02:06:03 UTC2026-05-19 02:13:24 UTC
@antv/x6-components0.11.72026-05-19 01:56:44 UTC2026-05-19 02:13:31 UTC
@antv/thumbnails2.2.02026-05-19 02:06:03 UTC2026-05-19 02:13:38 UTC
@antv/my-f2-pc0.3.12026-05-19 02:05:59 UTC2026-05-19 02:13:45 UTC
@antv/g6-ssr0.3.12026-05-19 02:06:01 UTC2026-05-19 02:13:47 UTC
@antv/g-plugin-device-renderer2.8.12026-05-19 02:06:03 UTC2026-05-19 02:13:47 UTC
lint-md-cli0.3.22026-05-19 02:06:00 UTC2026-05-19 02:13:49 UTC
@antv/f2-my4.2.522026-05-19 02:05:59 UTC2026-05-19 02:13:50 UTC
@antv/g2plot2.6.352026-05-19 02:06:01 UTC2026-05-19 02:13:50 UTC
@antv/util3.5.112026-05-19 02:06:01 UTC2026-05-19 02:13:50 UTC
@antv/semantic-release-pnpm1.2.42026-05-19 02:06:00 UTC2026-05-19 02:13:52 UTC
@antv/x6-common2.2.172026-05-19 02:06:03 UTC2026-05-19 02:13:55 UTC
@antv/g-plugin-gesture2.3.12026-05-19 02:06:00 UTC2026-05-19 02:13:58 UTC
@antv/g-plugin-gpgpu1.11.202026-05-19 02:05:59 UTC2026-05-19 02:14:03 UTC
@antv/f-react1.12.02026-05-19 02:06:00 UTC2026-05-19 02:14:19 UTC
@antv/f-wx1.12.02026-05-19 02:05:59 UTC2026-05-19 02:14:20 UTC
ribbon.js1.1.22026-05-19 02:05:59 UTC2026-05-19 02:14:21 UTC
@antv/f6-ui1.2.32026-05-19 02:05:59 UTC2026-05-19 02:14:21 UTC
@antv/l7-mapkit0.7.02026-05-19 02:05:59 UTC2026-05-19 02:14:25 UTC
@antv/g-plugin-canvas-path-generator2.3.262026-05-19 02:06:01 UTC2026-05-19 02:14:29 UTC
@antv/g6-plugin-map-view0.2.42026-05-19 02:06:00 UTC2026-05-19 02:14:30 UTC
@antv/li-editor1.8.12026-05-19 02:06:02 UTC2026-05-19 02:14:31 UTC
@antv/g-compat1.2.112026-05-19 02:06:00 UTC2026-05-19 02:14:35 UTC
@antv/g-plugin-physx2.3.12026-05-19 02:06:00 UTC2026-05-19 02:14:35 UTC
gantt-for-react0.4.02026-05-19 02:05:59 UTC2026-05-19 02:14:37 UTC
@antv/translator1.2.12026-05-19 02:05:59 UTC2026-05-19 02:14:37 UTC
@antv/g-plugin-annotation1.4.02026-05-19 02:06:00 UTC2026-05-19 02:14:38 UTC
@antv/g-compat1.1.112026-05-19 01:56:41 UTC2026-05-19 02:14:39 UTC
@antv/g-image-exporter1.2.422026-05-19 02:06:01 UTC2026-05-19 02:14:40 UTC
@antv/gi-theme-antd0.8.112026-05-19 02:06:01 UTC2026-05-19 02:14:43 UTC
@antv/f-charts0.2.02026-05-19 02:06:00 UTC2026-05-19 02:14:44 UTC
@antv/x6-plugin-selection2.4.22026-05-19 02:06:01 UTC2026-05-19 02:14:48 UTC
@antv/layout-gpu1.3.72026-05-19 02:06:00 UTC2026-05-19 02:14:53 UTC
@antv/thumbnails-component2.2.02026-05-19 02:06:01 UTC2026-05-19 02:14:54 UTC
@antv/f2-wordcloud5.16.02026-05-19 02:06:00 UTC2026-05-19 02:14:54 UTC
size-sensor1.2.42026-05-19 02:06:00 UTC2026-05-19 02:14:57 UTC
timeago-react3.2.72026-05-19 02:05:59 UTC2026-05-19 02:14:58 UTC
@antv/insight-component1.2.02026-05-19 02:06:01 UTC2026-05-19 02:14:58 UTC
@antv/g-mobile-svg1.3.12026-05-19 02:06:00 UTC2026-05-19 02:15:00 UTC
@antv/x6-react0.3.262026-05-19 02:05:59 UTC2026-05-19 02:15:00 UTC
@antv/g2-brush0.2.22026-05-19 02:06:03 UTC2026-05-19 02:15:00 UTC
@antv/vendor1.2.112026-05-19 02:06:03 UTC2026-05-19 02:15:02 UTC
jest-canvas-mock2.7.32026-05-19 02:05:59 UTC2026-05-19 02:15:04 UTC
canvas-nest.js2.2.42026-05-19 02:05:59 UTC2026-05-19 02:15:07 UTC
@antv/x6-components0.12.72026-05-19 02:06:03 UTC2026-05-19 02:15:10 UTC
@antv/x6-plugin-minimap2.2.72026-05-19 02:06:01 UTC2026-05-19 02:15:11 UTC
@antv/larkmap1.7.12026-05-19 02:06:03 UTC2026-05-19 02:15:21 UTC
@antv/s2-react-components2.3.22026-05-19 02:06:04 UTC2026-05-19 02:15:24 UTC
@antv/mcp-server-antv0.3.82026-05-19 02:06:00 UTC2026-05-19 02:15:26 UTC
@antv/g6-cli0.2.42026-05-19 02:06:01 UTC2026-05-19 02:15:30 UTC
@antv/f-lottie1.12.02026-05-19 02:06:00 UTC2026-05-19 02:15:31 UTC
@lint-md/cli2.2.02026-05-19 02:06:01 UTC2026-05-19 02:15:33 UTC
@antv/g-webgpu2.3.12026-05-19 02:06:00 UTC2026-05-19 02:15:34 UTC
@antv/graphin-graphscope1.2.52026-05-19 02:06:01 UTC2026-05-19 02:15:36 UTC
react-adsense0.3.02026-05-19 02:05:59 UTC2026-05-19 02:15:39 UTC
@antv/g-plugin-dom-interaction2.3.312026-05-19 02:05:59 UTC2026-05-19 02:15:43 UTC
@antv/gpt-vis1.2.02026-05-19 02:06:01 UTC2026-05-19 02:15:49 UTC
@antv/attr0.5.52026-05-19 02:06:00 UTC2026-05-19 02:15:50 UTC
@antv/expr1.2.22026-05-19 02:05:59 UTC2026-05-19 02:15:53 UTC
@antv/gl-matrix2.9.12026-05-19 02:06:00 UTC2026-05-19 02:15:57 UTC
timeago.js4.2.22026-05-19 02:06:01 UTC2026-05-19 02:15:58 UTC
@antv/g-web-components2.3.12026-05-19 02:06:01 UTC2026-05-19 02:16:02 UTC
@antv/x6-geometry2.2.52026-05-19 02:06:03 UTC2026-05-19 02:16:09 UTC
jest-date-mock1.2.112026-05-19 02:05:59 UTC2026-05-19 02:16:10 UTC
uri-parse1.2.02026-05-19 02:06:00 UTC2026-05-19 02:16:13 UTC
babel-plugin-version0.4.32026-05-19 02:06:00 UTC2026-05-19 02:16:18 UTC
jest-electron0.3.122026-05-19 02:06:00 UTC2026-05-19 02:16:21 UTC
@antv/x6-plugin-keyboard2.4.32026-05-19 02:06:01 UTC2026-05-19 02:16:31 UTC
@antv/g-plugin-css-select2.3.12026-05-19 02:05:59 UTC2026-05-19 02:16:32 UTC
@antv/li-sdk1.7.12026-05-19 02:06:03 UTC2026-05-19 02:16:37 UTC
@antv/g-svg2.3.12026-05-19 02:06:00 UTC2026-05-19 02:16:42 UTC
@antv/g-dom-mutation-observer-api2.2.422026-05-19 02:05:59 UTC2026-05-19 02:16:44 UTC
relationship.js1.4.92026-05-19 02:06:00 UTC2026-05-19 02:16:44 UTC
@antv/gatsby-theme0.3.02026-05-19 02:06:00 UTC2026-05-19 02:16:44 UTC
ast-plugin0.2.72026-05-19 02:05:59 UTC2026-05-19 02:16:48 UTC
@antv/g2-extension-3d0.4.02026-05-19 02:06:02 UTC2026-05-19 02:16:52 UTC
@antv/l7plot-component0.2.112026-05-19 02:06:03 UTC2026-05-19 02:16:52 UTC
@antv/g6-element0.10.252026-05-19 02:06:00 UTC2026-05-19 02:16:57 UTC
mcp-echarts0.9.12026-05-19 02:06:01 UTC2026-05-19 02:16:57 UTC
@antv/f2-vue4.2.332026-05-19 02:05:59 UTC2026-05-19 02:16:59 UTC
@antv/g-gesture3.2.422026-05-19 02:06:00 UTC2026-05-19 02:17:03 UTC
@antv/f2-site4.2.422026-05-19 02:05:59 UTC2026-05-19 02:17:03 UTC
@antv/s2-ssr0.3.12026-05-19 02:06:00 UTC2026-05-19 02:17:11 UTC
@antv/webgpu-graph1.2.02026-05-19 02:06:00 UTC2026-05-19 02:17:22 UTC
@antv/gi-cli1.4.112026-05-19 02:06:00 UTC2026-05-19 02:17:35 UTC
@antv/d3-color1.1.02026-05-19 01:56:40 UTC2026-05-19 02:17:36 UTC
@antv/matrix-util3.2.42026-05-19 02:05:59 UTC2026-05-19 02:17:52 UTC
@antv/f2-react5.16.02026-05-19 02:05:59 UTC2026-05-19 02:18:06 UTC
@antv/x6-plugin-export2.3.62026-05-19 02:05:59 UTC2026-05-19 02:18:07 UTC
@antv/g-plugin-svg-picker2.2.462026-05-19 02:06:00 UTC2026-05-19 02:18:21 UTC
@antv/g-mobile-canvas-element1.2.422026-05-19 02:05:59 UTC2026-05-19 02:18:26 UTC
@antv/g6-react-node1.6.82026-05-19 02:05:59 UTC2026-05-19 02:19:30 UTC
xmorse1.2.02026-05-19 02:06:00 UTC2026-05-19 02:19:51 UTC
@antv/l7-pass1.1.02026-05-19 01:56:40 UTC2026-05-19 02:19:52 UTC
@antv/l7-utils2.27.102026-05-19 02:06:00 UTC2026-05-19 02:20:05 UTC
jest-less-loader0.3.02026-05-19 01:56:40 UTC2026-05-19 02:20:42 UTC
@antv/stat0.2.22026-05-19 02:06:01 UTC2026-05-19 02:21:37 UTC
@antv/async-hook2.4.92026-05-19 02:06:00 UTC2026-05-19 02:22:35 UTC
@antv/g-mobile1.3.52026-05-19 02:06:00 UTC2026-05-19 02:23:57 UTC
echarts-for-react3.2.72026-05-19 02:06:00 UTC2026-05-19 02:25:08 UTC
@antv/my-f22.3.72026-05-19 02:05:59 UTC2026-05-19 02:26:13 UTC
@antv/gi-assets-galaxybase1.4.152026-05-19 02:06:02 UTC2026-05-19 02:30:21 UTC
@openclaw-cn/feishu0.2.112026-05-19 02:53:57 UTC2026-05-19 02:56:21 UTC
@openclaw-cn/cli1.4.12026-05-19 02:53:55 UTC2026-05-19 02:56:27 UTC
@starmind/collector-cli0.3.102026-05-19 02:53:54 UTC2026-05-19 02:57:25 UTC
@openclaw-cn/libsignal2.1.12026-05-19 02:53:54 UTC2026-05-19 02:57:26 UTC
openclaw-cn0.3.02026-05-19 02:55:48 UTC2026-05-19 03:00:42 UTC
@openclaw-cn/toutiao-ops1.2.42026-05-19 02:53:55 UTC2026-05-19 03:04:47 UTC
@antv/gi-theme-antd0.7.112026-05-19 01:56:42 UTC2026-05-19 04:12:22 UTC

威胁情报ioc

文件指标

文件 / 路径笔记
在root目录下的任何@antv/*软件包里的index.js约500KB;SHA-256@antv/l7-core:a68dd1e6a6e35ec3771e1f94fe796f55dfe65a2b94560516ff4ac189390dfa1c
<project>/.claude/settings.json检查会话开始挂钩
<project>/.vscode/tasks.json检查"runOn": "folderOpen"
<project>/.github/workflows/format-check.yml注入机密泄露工作流程

依赖/注册表指标

指标笔记
github:antvis/G2#1916faa365f2788b6e193514872d51a242876569optionalDependencies幻影提交——jest-canvas-mock@2.5.3@antv/l7-core@2.26.10
github:antvis/G2#7cb42f57561c321ecb09b4552802ae0ac55b3a7aoptionalDependencies幻影提交——size-sensor@1.0.4
@antv/setup在任何optionalDependencies任何合法包裹中都不应存在

网络指标

指标笔记
filev2.getsession[.]org/file/P2P会话上的主端泄漏通道——TCP/443
github.com/oven-sh/bun/releases/download/bun-v1.3.13/安装 npm 期间Bun 运行时获取——大多数管道的异常

代码标记(在嵌入式有效载荷中)

标记笔记
__DAEMONIZED全系列所有嵌入式有效载荷中都存在再向的守卫
0x19000泄漏缓冲区齐平大小(102400 字节)
ACTIONS_ID_TOKEN_REQUEST_TOKENOIDC 运行时令牌铸造,使用明文
VAULT_TOKEN以明文形式收集哈希公司保险库
169.254.169.254AWS IMDSv2 端点,以明文形式
169.254.170.2AWS ECS 任务元数据端点,以明文形式运行

Git / GitHub 指标

指标笔记
claude@users.noreply.github.com不是来自Clauded Code GitHub应用程序蠕虫传播提交
带描述的仓库"A Mini Shai-Hulud has Appeared"去污仓库
发布后推出带有Sigstore来源的意外套餐版本01:39 UTC May 19虫体传播输出——出处看起来有效

缓解措施

查找有效载荷文件并提交参考文献:

# Check for phantom commit hashes in lockfile
grep -r "1916faa365f2788b6e193514872d51a242876569\|7cb42f57561c321ecb09b4552802ae0ac55b3a7a" \
  package-lock.json node_modules/ 2>/dev/null

# Check for @antv/setup
ls node_modules/@antv/setup 2>/dev/null

# Find anomalous large index.js at package root level
find node_modules -maxdepth 2 -name "index.js" -size +400k 2>/dev/null

寻找持久性标志物:

find . -path "*/.claude/settings.json" | xargs grep -l "SessionStart" 2>/dev/null
find . -path "*/.vscode/tasks.json" | xargs grep -l "folderOpen" 2>/dev/null
find . -path "*/.github/workflows/format-check.yml" 2>/dev/null

立即审计所有最近更新的 @antv/*@lint-md@openclaw-cn 以及 @starmind 依赖包。

立即轮换(重置)任何在 CI/CD 环境中泄露的 GitHub 令牌、npm 令牌、AWS 凭据以及 Vault 令牌。

切勿完全依赖 Sigstore 的供应链合规徽章(Provenance Badges)来作为判断依赖包完整性(安全性)的唯一指标。

密切监控 npm install 的日志,排查是否存在异常的、调用了 bunpreinstall 脚本。

在网络边界阻断所有前往 t[.]m-kosche[.]com 的外发连接。

任何运行了受影响依赖包的企业或组织,应将所有暴露的凭据均视为已完全失陷,并应立即启动突发事件应急响应流程(Incident Response)。

mini-shai-hulud-npm-attack

Leave a Reply

您的邮箱地址不会被公开。 必填项已用 * 标注