@arextest/web-record-sdk
Advanced tools
@@ -8,6 +8,6 @@ import { recordOptions } from 'rrweb/typings/types'; | ||
| }; | ||
| export interface ArexManualRecordSdkOptions extends recordOptions<any> { | ||
| export interface WebManualRecordSdkOptions extends recordOptions<any> { | ||
| tags?: Tags; | ||
| } | ||
| export interface ArexRecordSdkOptions extends ArexManualRecordSdkOptions { | ||
| export interface WebRecordSdkOptions extends WebManualRecordSdkOptions { | ||
| appId: string; | ||
@@ -19,3 +19,3 @@ tenantCode: string; | ||
| } | ||
| export default class ArexRecordSdk { | ||
| export default class WebRecordSdk { | ||
| private events; | ||
@@ -29,4 +29,4 @@ private readonly appId; | ||
| private tags; | ||
| constructor(options: ArexRecordSdkOptions); | ||
| record(recordOptions?: ArexManualRecordSdkOptions): { | ||
| constructor(options: WebRecordSdkOptions); | ||
| record(recordOptions?: WebManualRecordSdkOptions): { | ||
| stop: () => void; | ||
@@ -33,0 +33,0 @@ }; |
+1
-1
| { | ||
| "name": "@arextest/web-record-sdk", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "main": "dist/web-record-sdk.umd.js", |
+5
-5
@@ -21,3 +21,3 @@ ### AREX RECORD SDK | ||
| s.onload = function () { | ||
| new w.AREX_RECORD_SDK({ | ||
| new w.AREX_WEB_RECORD_SDK({ | ||
| appId: '<appId>', | ||
@@ -35,5 +35,5 @@ tenantCode: '<tenantCode>', | ||
| ```javascript | ||
| import ArexRecordSdk from '@arextest/web-record-sdk'; | ||
| import WebRecordSdk from '@arextest/web-record-sdk'; | ||
| new ArexRecordSdk({ | ||
| new WebRecordSdk({ | ||
| appId: '<appId>', | ||
@@ -47,5 +47,5 @@ tenantCode: '<tenantCode>' | ||
| ```javascript | ||
| import ArexRecordSdk from '@arextest/web-record-sdk'; | ||
| import WebRecordSdk from '@arextest/web-record-sdk'; | ||
| const skd = new ArexRecordSdk({ | ||
| const skd = new WebRecordSdk({ | ||
| appId: '<appId>', | ||
@@ -52,0 +52,0 @@ tenantCode: '<tenantCode>', |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
177719
02
-33.33%