Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
el-table-draggable
Advanced tools
让vue-draggable
支持element-ui
中的el-table
sortablejs
的配置yarn add el-table-draggable
npm i -S el-table-draggable
import ElTableDraggable from 'el-table-draggable'
export default {
components: {
ElTableDraggable
}
}
<template>
<el-table-draggable>
<el-table row-key></el-table>
</el-table-draggable>
</template>
包裹的组件,默认为div
差不多支持所有sortablejs的option
内部table的数据有因为拖动造成的顺序,增减时进行通知
差不多支持所有sortablejs的option里面那些on
开头的事件,绑定事件的时候请去掉on
例如onSort => @sort
ghost
显示展开的部分FAQs
make el-table draggable, support row, column, expanded, sortable.js
The npm package el-table-draggable receives a total of 708 weekly downloads. As such, el-table-draggable popularity was classified as not popular.
We found that el-table-draggable 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.