
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
npm install bee-swiper
# or
cnpm install bee-swiper
# or
yarn add bee-swiper
import 'bee-swiper/bee-swiper.css'
import 'bee-swiper/bee-swiper.js'
<link rel="stylesheet" herf="https://unpkg.com/bee-swiper/dist/bee-swiper.css" />
<script src="https://unpkg.com/bee-swiper/dist/bee-swiper.js"></script>
<div class="banner-container">
<div class="banner-wrapper">
<div class="banner-slide" style='background-image: url("{{img_link}}")'>
···
</div>
<div class="banner-slide" style='background-image: url("{{img_link}}")'>
···
</div>
<div class="banner-slide" style='background-image: url("{{img_link}}")'>
···
</div>
<div class="banner-slide" style='background-image: url("{{img_link}}")'>
···
</div>
<div class="banner-slide" style='background-image: url("{{img_link}}")'>
···
</div>
·
·
·
</div>
</div>
BeeSwiper('.banner-container', {
ctrl_btn: false, //是否显示控制按钮
auto_play: true, //是否启动自动播放
times: 3000 //自动轮播的时间间隔
})
属性 | 类型 | 默认值 | 解释 |
---|---|---|---|
ctrl_btn | bool | true | 是否显示控制按钮 |
auto_play | bool | true | 是否启动自动播放 |
times | number | 3000 | 自动轮播的时间间隔 |
需要添加功能或者存在 bug
请提交 issues
,在空余时间会尽快处理。
FAQs
swiper
The npm package bee-swiper receives a total of 15 weekly downloads. As such, bee-swiper popularity was classified as not popular.
We found that bee-swiper 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.