New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ai-platform-buried-library

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-platform-buried-library

埋点工具

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

js-buried

一个js埋点程序,用于设置PV和UV埋点,支持自定义埋点类型和埋点名称

Tips

PV: 进入项目中的页面(每次切换页面添加)

UV: 进入某个项目(进入项目时添加)

默认服务器请求地址:

云桌面环境:http://128.192.182.181:8000

其他环境:https://touch.ccb.com

如何使用

Install

  • NPM: ai-platform-buried-library

Import the module

import buried from 'ai-platform-buried-library';

Set a PV

buried.setPV();

Set a UV

buried.setUV();

custom buried

buried.setBuried({
	eventID  : 'number',
	eventName  : 'string',
	eventType  : 'string'
});

Keywords

js-buried

FAQs

Package last updated on 19 Feb 2023

Did you know?

Socket

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.

Install

Related posts