
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
vue-hand-drop
Advanced tools
npm安装
npm install vue-hand-drop
yarn安装
yarn add vue-hand-drop
全局
import vueHandDrop from 'vue-hand-drop'
Vue.use(vueHandDrop);
局部
import vueHandDrop from 'vue-hand-drop'
components{vueHandDrop};
组件位置
<vue-hand-drop :options="{}">
<div>自定义样式</div>
</vue-hand-drop>
{
/**
* @description 拖拽按钮的宽度
* @type {Number<String>}
* @default 100
*/
dragWidth: 100,
/**
* @description 拖拽按钮的高度
* @type {Number<String>}
* @default 100
*/
dragHeight: 100,
/**
* @description 拖拽按钮的透明度
* @type {Number<String>}
* @default 1
*/
dragOpacity: 1,
/**
* @description 拖拽按钮的left值,鼠标抬起还是会根据父级定位
* @type {Number<String>}
* @default 0
*/
dragLeft: 0,
/**
* @description 拖拽按钮的top值
* @type {Number<String>}
* @default 0
*/
dragTop: 0,
/**
* @description 执行动画时间,单位毫秒
* @type {Number<String>}
* @default 300
*/
animationTime:300
}
FAQs
The npm package vue-hand-drop receives a total of 0 weekly downloads. As such, vue-hand-drop popularity was classified as not popular.
We found that vue-hand-drop 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.