
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.
@mcfly001/cell-swipe
Advanced tools
npm install @2dfire/vue-OpenApp --save-dev
// 在全局引用
import Vue from 'vue'
import OpenApp from '@2dfire/vue-OpenApp'
Vue.use(OpenApp)
name | Description | type | default |
---|---|---|---|
schemaurl | 跳转到app的URL地址(必选) | String | |
iosdlurl | itunes下载地址(必选) | String | |
androiddlurl | 安卓下载地址(和getAndroidurl2选1 ) | String | |
maskbgurl | 跳转页小动物的背景(非必选) | String | 灰太狼 |
name | Description |
---|---|
getLatestAndroidUrl | 获取最新的androidurl包 |
<template>
<div>
<open-app :options="openAppOptions">
立即开通
</open-app>
<div>
</template>
export default{
data() {
return {
openAppOptions: {
schemaurl: 'weixin://dl/add',
iosdlurl: 'https://itunes.apple.com/cn/app/%E4%BA%8C%E7%BB%B4%E7%81%AB%E6%8E%8C%E6%9F%9C/id900873713?mt=8',
androiddlurl: '',
maskbgurl: 'http://pic.58pic.com/58pic/13/30/88/29I58PICpKz_1024.jpg',
getLatestAndroidUrl(callback){
XX.get(url).then((data) => {
let {url} = data // 安装最新下载地址
callback && callback(url)
})
}
}
}
}
}
FAQs
cellswipe
The npm package @mcfly001/cell-swipe receives a total of 0 weekly downloads. As such, @mcfly001/cell-swipe popularity was classified as not popular.
We found that @mcfly001/cell-swipe 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.