
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.
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
The npm package wtg-components receives a total of 0 weekly downloads. As such, wtg-components popularity was classified as not popular.
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
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.