
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.
离线应用与颗粒组件
本项目包含了离线应用和颗粒组件两个模板,方法大家借鉴使用。
./
├── cli/ // 命令脚本
├── config/ // 离线应用配置参数
├── doc/ // 项目使用到技术文档
├── mock/ // 存放 mock 数据
├── src/ // 离线应用的项目代码
├── test/ // 测试用例
├── develop/ // 开发环境下的颗粒打包程序
├── page-common/ // 颗粒组件的 `布局页`(page)
├── widget-1/ // 颗粒组件的 `颗粒`(widget)
├── i18n.js // 开发环境下颗粒组件的 i18n 文件加载代码
└── webpack.config.babel.js // 离线应用的 webpack 配置文件
# 开启颗粒服务器,地址为 :http://localhost:3000/ 或 http://localhost:3100/
npm run dev:widget
# start a mocking server at localhost:3001
npm run mock
# serve with hot reload at localhost:3000
npm run dev
# eslint, stylelint, unit and e2e test
npm test
# compile files for production with minification
npm run compile
# test, clean, and compile
npm run build
# serve dist, like production
npm start
FAQs
Unknown package
The npm package bcs-kit receives a total of 13 weekly downloads. As such, bcs-kit popularity was classified as not popular.
We found that bcs-kit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.