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

ibc-point-sdk

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibc-point-sdk

<!-- * @Description: * @Version: 1.0 * @Autor: zhangY * @Date: 2021-12-08 08:47:50 * @LastEditors: zhangY * @LastEditTime: 2021-12-08 10:22:47 --> # 银企汇埋点SDK IbcPointSDK

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

银企汇埋点SDK IbcPointSDK

安装

YARN

$ yarn add ibc-point-sdk

NPM

$ npm install ibc-point-sdk --save

CDN

目前可以通过unpkg.com/ibc-point-sdk获取到最新版本的资源,在页面上使用 script 标签直接引入文件即可开始使用

<script src="https://unpkg.com/ibc-point-sdk/dist/ibc-point-sdk.umd.min.js"></script>

或者

<script src="https://cdn.jsdelivr.net/npm/ibc-point-sdk/dist/ibc-point-sdk.umd.min.js"></script>

使用方法

import IbcPointSDK from 'ibc-point-sdk'

Vue.use(IbcPointSDK, {
  appKey: "11aa22bb33cc44",
  interval: 30
});
参数说明:
  • appKey: 前端应用唯一标识
  • interval: 埋点交易间隔发送时间(可以不设置,默认30秒)

FAQs

Package last updated on 10 Dec 2021

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