
Security News
OpenClaw Skill Marketplace Emerges as Active Malware Vector
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.
antmove-wechat-alipay
Advanced tools
这个插件的功能主要作用在ant-move搬家工具转码完成后,会以页面的形式向用户报告转码的详细过程,用户可以更直观的在浏览器上查看工具的转换结果;
日志工具以函数的形式向外提供了各个模块的检测方法,其中需要使用者提供相应的参数
| key值 | 类型 | 说明 |
|---|---|---|
| isShow | bool | 是否使用日志工具,默认:true |
| pagePath | string | 编译生成的页面存放地址 |
| globalconfig | object | 小程序全局配置文件配置项目说明 |
| pageconfig | object | 小程序页面配置文件配置项目说明 |
| components | object | 小程序使用的组件说明 |
| apis | string | 小程序使用的api说明 |
| openAbility | string | 小程序使用的开放能力说明 |
| lifeCycleInfo | string | 小程序生命周期函数说明 |
| packagepath | string | ant-move项目package.json文件的路径(经过path处理后的路径) |
配置案例:
const globalconfig = require("../../config/jsonInfo/globalconfig");
const pageconfig = require("../../config/jsonInfo/pageconfig");
const components = require("../../config/componentsInfo/index");
const apis = require("../../config/apiInfo/index");
const openAbility = require("../../config/apiInfo/openAbility");
const lifeCycleInfo = require('../../config/lifeCircleInfo');
const path = require('path');
const packagepath = path.join(__dirname,'../../../../../package.json');
module.exports = {
isShow: true,
pagePath: '/', // /代表项目根目录
globalconfig,
pageconfig,
components,
apis,
openAbility,
lifeCycleInfo,
packagepath
};
FAQs
transform wechat miniprogram to alipay miniprogram tool.
We found that antmove-wechat-alipay 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
Security researchers report widespread abuse of OpenClaw skills to deliver info-stealing malware, exposing a new supply chain risk as agent ecosystems scale.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.