
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
side-feature-bar-dev
Advanced tools
开发:常竣
yarn add side-feature-bar --registry http://nexus.aegis-info.com/repository/npm-aegis/
或
npm i 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 side-feature-bar-dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.