
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
owo: 一个高效、易用、干净的html框架
安装
npm i -g @owo/pack
创建示例项目
owo init test
打开示例文件夹
cd test
安装依赖包
npm i 或 yarn
运行或者编译
owo dev 或者 owo build
| 参数 | 含义 | 类型 | 必须 |
|---|---|---|---|
| pageName | 页面名称 | string | 是 |
| in | 页面入场动画 | string | 否 |
| out | 页面离开动画 | string | 否 |
/**
* 智能计算弹窗合适出现的位置
* @param {number} areaW 区域的宽度
* @param {number} areaH 区域的高度
* @param {number} boxW 弹窗的高度
* @param {number} boxH 弹窗的高度
* @param {number} x 出现点的X轴坐标
* @param {number} y 出现点的Y轴坐标
* @return {object} 返回合适的位置信息
*/
/**
* 获取屏幕信息
* @return {object} 屏幕信息
*/
/**
* 平滑的改变值
* @param {number} startValue 初始数值
* @param {number} endValue 结束数值
* @param {number} time 持续次数
* @param {number} step 步长
* @param {function} callBack 回调函数
* @return {object} 控制信息
*/
/**
* 显示toast提示
* @param {number} text 显示的文字
* @param {number} time 显示时长
*/
/**
增加模板缓存功能,重复的模板不需要重复处理
修复重复使用同一模板 css和js会重复打包的问题
FAQs
owo: 一个高效、易用、干净的html框架
We found that @owo/pack 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.