
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
do-element
Advanced tools
do-element 是基于 element-ui 的一个二次封装库,在请使用必须引入 element-ui 的 js 、css 文件。着重对 form 组件、table 组件、upload 组件进行了封装
推荐使用 npm 的方式安装,它能更好地和 webpack 打包工具配合使用
npm install do-element
// or
yarn add do-element
目前可以通过 unpkg.com/do-element 获取到最新版本的资源,在页面上引入 js 和 css 文件即可开始使用
<!-- 引入样式 -->
<link
rel="stylesheet"
href="https://unpkg.com/do-element/lib/theme-chalk/index.css"
/>
<!-- 引入组件库 -->
<script src="https://unpkg.com/do-element/lib/index.js"></script>
建议使用 CDN 引入 Element 的用户在链接地址上锁定版本,以免将来 Element 升级时受到非兼容性更新的影响。锁定版本的方法请查看 unpkg.com。
import {
Link,
PageTabs,
Dialog,
Upload,
Table,
Form,
Container,
Header,
Footer,
Content,
Menu,
modal, //方法
notice, //方法
} from 'do-element';
FAQs
Secondary encapsulation of basic element-ui
The npm package do-element receives a total of 75 weekly downloads. As such, do-element popularity was classified as not popular.
We found that do-element 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.