
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
vue-slim-popup
Advanced tools
English | 简体中文
yarn add vue-slim-popup # OR npm i -S vue-slim-popup
// *.vue
import SlimPopup from 'vue-slim-popup'
export default {
/* ... */
components: {
SlimPopup,
},
/* ... */
}
<SlimPopup :show.sync="show">
<!-- this is a slot, here you can place any element -->
</SlimPopup>
Name | Description | Type | Default |
---|---|---|---|
show | .sync | Boolean | false |
hideOnMaskClick | click on the mask to hide the popup | Boolean | false |
forceRenderOnShow | force render in the popup show | Boolean | false |
maskTransition | mask transition | String | slim-fade |
popupTransition | popup transition. Optional: 'slim-scale-center', 'slim-zoom-center', 'slim-slide-top', 'slim-slide-bottom', 'slim-slide-left', 'slim-slide-right'. If it is empty, select the default animation according to popupPosition | String | null |
maskClass | mask class | Array | null |
popupClass | popup class | Array | null |
maskStyle | mask style | Object | null |
popupStyle | popup style | Object | null |
popupPosition | popup position. Optional: 'center', 'top', 'bottom', 'left', 'right' | String | center |
preventMaskTouchmove | prevent touchmove event in the mask | Boolean | true |
preventPopupTouchmove | prevent touchmove event in the popup(it will cause the popup area to unable to scroll) | Boolean | true |
preventBodyScroll | prevent body scroll, indirect blocking the effect of scrolling through(popup area can to sroll). Enable this option and disable preventPopupTouchmove, you can scroll the popup area while blocking the effect of scrolling through | Boolean | false |
Name | Description | Parameters |
---|---|---|
maskClick | mask area clicked | undefined |
popupClick | popup area self clicked | undefined |
😉😘 If it is helpful to you,please encourage me with a ⭐️Star ~
Copyright (c) 2018-present, momoko
FAQs
💇 开箱即用的 vue 移动端弹窗组件
We found that vue-slim-popup 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.