
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
ele-tooltip-form
Advanced tools
vue插件,基于element-ui实现动态表单提示框(tooltip)
输入框
下拉框
input输入框
select下拉框
详情页面需显示不同状态(可修改,可查看)时使用
npm i ele-tooltip-form
// main.js 引入
import {
EleTooltipInput
EleTooltipSelect
} from 'ele-tooltip-form'
Vue.use('EleTooltipInput')
Vue.use('EleTooltipSelect')
// 输入框
<EleTooltipInput
v-model="detail.description"
placeholder="请输入"
:disabled="disabled"
>
</EleTooltipInput>
// 下拉框
<EleTooltipSelect
v-model="arr"
:disabled="disabled1"
:options="options"
>
</EleTooltipSelect>
使用时会出现三种情况
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.
FAQs
based on vue and Element-ui
The npm package ele-tooltip-form receives a total of 14 weekly downloads. As such, ele-tooltip-form popularity was classified as not popular.
We found that ele-tooltip-form 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 found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.