
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
wtg-components
Advanced tools
发布包模板,Vue2.7 版本支持后期方便迁移 Vue3
If you prefer to do it manually with the cleaner git history
# 拉取仓库
$ git clone http://39.105.213.162:8080/liwangyong/package-template.git
# 下载依赖
$ npm i --registry=http://39.106.33.20:8081/repository/npm-hosted/ (同步至npm-public)
# 添加新的组件模板
$ npm run new
# 启动项目
$ pnpm dev
# 打包项目
$ pnpm build:lib
# 发送库
## 没有登录
npm login –-registry=http://39.106.33.20:8081/repository/npm-hosted/
## 登录过了
npm publish
## beta库
"version": "x.x.x-beta.x",
npm publish --tag beta
Vue 2
```js
import Vue from 'vue'
import {PackagesButton} from 'wtg-components'
Vue.use(PackagesButton)
```
FAQs
Starter template to build component library for vue.js 2-3
We found that wtg-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.