
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.
潮点视频前端工具库
build by cdFe teamwork, goal to reduce some front-end work. hope you enjoy. please remember es6+ runtimes is required 潮点视频前端开发,目标是降低一些业务常用的功能的重复开发 以及多处复用。需要es6及以上环境
关键文件目录
dist/
├── cd-fe.js (UMD, default)
├── cd-fe.min.js (UMD, compressed)
├── cd-fe.esm.js (ECMAScript Module)
├── cd-fe.esm.min.js (ECMAScript Module, compressed)
└── cd-fe.d.ts (TypeScript Declaration File)
开始使用
安装方式
npm install cd-fe
In browser:
<script src="/path/to/cd-fe.min.js"></script>
使用方法 待完善
cdFe.appenJs(script1, script2, ..., scriptN)
.then(() => {})
.catch((err) => {})
.finally(() => {});
cdFe.appenCss(link1, link2, ..., linkN)
.then(() => {})
.catch((err) => {})
.finally(() => {});
cdFe.ColorMode
/*
addClass: ƒ h(e)
getColorScheme: ƒ w()
preference: "system"
removeClass: ƒ (e)
value: 'light'
*/
浏览器兼容
代码使用了 Promise / Arrow Function ,请确保您的环境兼容
FAQs
潮点前端(cdfe)公用库libs
We found that cd-fe 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.