
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.
@aegis_dev/side-feature-bar
Advanced tools
开发:常竣 辛宝
yarn add @aegis_dev/side-feature-bar --registry http://nexus.aegis-info.com/repository/npm-aegis/
或
npm i @aegis_dev/side-feature-bar --registry http://nexus.aegis-info.com/repository/npm-aegis/
import SideFeatureBar from 'side-feature-bar';
Vue.use(SideFeatureBar);
<template>
<div class="home">
<side-feature-bar @value-callback="valueCallback"></side-feature-bar>
</div>
</template>
<script>
export default {
name: 'home',
components: {},
data () {
return {
answer: ''
};
},
methods: {
valueCallback (data) {
// 数据回传
this.answer = data.title;
}
}
};
</script>
value-callback:数据回调函数,参数
data: {
title: string, // 标题,
text: string, // 内容,
type: string, // 类型(01:坐席助手,02:智能解答,03:法条检索,04:常用语,05:常用链接,06:附件库,07:辅助工具)
}
V2.0.0:初始化版本
V2.0.1:加入token验证信息,完善ReadMe.md文档,发布测试版本
V2.0.2:显示隐藏动画、法条选项框添加删除功能
登录测试环境,从localstorage 复制出 currentUserFull autoLoginExtention 项目右侧就会出现黄色按钮
FAQs
We found that @aegis_dev/side-feature-bar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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.