Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
fe-monitor-action
Advanced tools
前端用户行为采集sdk
$ npm install fe-monitor-action
<script src="https://cdn.jsdelivr.net/npm/fe-monitor-action@(version)/lib/track.js"></script>
<!-- 例如 -->
<script src="https://cdn.jsdelivr.net/npm/fe-monitor-action@1.0.0-rc.2/lib/track.js"></script>
import track from 'fe-monitor-action';
// 重新安装
track.install({
uploadUrl: "/someApi",
isDebug: false,
autoTrack: true,
autoHeatmap: false,
autoVisual: fasle,
autoHash: true,
session: "crossDomain"
});
参数名 | 描述 | 类型 | 默认值 |
---|---|---|---|
uploadUrl | 行为数据上报API地址 | string | -- |
isDebug | 是否开启调试 | boolean | false |
router | 监听路由方式 | 'hash'、'history' | hash |
autoTrack | 是否启用原生标签埋点 | boolean | true |
autoHeatmap | 是否启用热图功能 | boolean | false |
autoHash | 是否监听hash路径变化 | bool | true |
session | session存储模式(跨域关联session) | enum('crossSubDomain'、'storage',‘crossDomain’) | crossSubDomain |
FAQs
The npm package fe-monitor-action receives a total of 1 weekly downloads. As such, fe-monitor-action popularity was classified as not popular.
We found that fe-monitor-action 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.