
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
warningtips
Advanced tools
vue消息提示插件 当有未读消息红点闪动
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
需要三个参数,一个分页对象,一个未读消息数组,一个全部消息数组
分页对象数据格式为
pagedata:{
currentPage: 1, // 当前页码
total: 10, // 总条数
limit: 5 // 显示条数
}
未读消息数组中的数据格式为
unreadlist:[
{
eventName: 'xxxx事件' // 事件名称
},
{...}
]
全部消息数组中的数据格式为
alllist:[
{
eventName: 'xxx事件', // 事件名称
happenedTime: '2019-06-14 18:00:00', // 事件发生事件
eventState: '待处置', // 事件状态
eventId: '001', // 事件编号
eventAddr: '西湖吧啊', // 事件发生地点
stateColor: 'rgba(232,37,92,.67)' // 状态颜色
},
{...}
]
监听changePage 事件返回点击页数
FAQs
The npm package warningtips receives a total of 15 weekly downloads. As such, warningtips popularity was classified as not popular.
We found that warningtips 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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.