
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.
kbone-api是一个能同时支持 小程序和 web 开发的多端 api 库。
下载 kbone-api
npm install kbone-api
通过 commonjs 的方式直接导出模块并使用:
import kboneAPI from 'kbone-api'
kboneAPI.request()
kboneAPI.showToast()
kboneAPI.showModal()
为了方便 Vue 开发,可以直接使用 Vue.use(kboneAPI) 来设置全局对象.
# main.js
import Vue from 'vue'
Vue.use(kboneAPI)
# logic code
<script>
export default {
name: "LoginComponents",
methods: {
gotologin() {
return this.$api.login().then(() => {
this.$api.showToast({
title: "登录成功",
})
})
},
getSetting() {
// 获取用户设置
return this.$api.getSetting()
.then(res => {
this.$api.showToast({
title: res.nickName || "零度的田"
})
})
}
}
}
</script>
MIT
FAQs
common api for developing cross-platform app
We found that kbone-api 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.