
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
collection-web-plugin
Advanced tools
此插件用于记录前端菜单点击、按钮点击、异常
#Function 1.默认收集菜单、按钮(符合选择器的)、异常 (可以通过closeAutoTypes参数关闭)
2.默认收集Hash模式. (可以通过routerMode修改)
import { init, getDefaultParams, getBrowserMainInfo } from 'collection-web-plugin'
//初始化
const taskQueueIns = init({ projectName: '管理系统' , actionCssSelector: '.k-button'})
taskQueueIns.add({
...getDefaultParams('custom'),
extra: JSON.stringify({ remark: '这是个自定义备注', ...getBrowserMainInfo() })
})
//1.collectionWebPlugin.umd.min.js.
//2初始化
const { init } = window.collectionWebPlugin || {}
//初始化
init && init({ projectName: '管理系统' , actionCssSelector: '.k-button'})
1.集成到项目切换路由需要把当前的菜单名设置到document.title
FAQs
We found that collection-web-plugin 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.