Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@agora-js/report

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agora-js/report - npm Package Compare versions

Comparing version 4.22.1-100 to 4.22.1-200

4

package.json
{
"name": "@agora-js/report",
"version": "4.22.1-100",
"version": "4.22.1-200",
"description": "logger and report module across @agora-js packages",

@@ -26,5 +26,5 @@ "main": "AgoraRTC_N-report.js",

"axios": "^1.7.7",
"@agora-js/shared": "4.22.1-100"
"@agora-js/shared": "4.22.1-200"
},
"peerDependencies": {}
}

@@ -201,9 +201,2 @@ import { AgoraRTCError as AgoraRTCError_2 } from '@agora-js/shared';

};
/**
* Adjust the value of startTime of the session id
* that you pass to the method
* as the timestamp when the method was called.
* @param {string} sid - session id
*/
adjustSessionStartTime(sid: string): void;
setAppId(appid: string): void;

@@ -210,0 +203,0 @@ reportApiInvoke<T>(sessionId: string | null, params: EventReportReportAPIInvokeParams<T>, throttleTime?: number): AgoraApiExecutor<T>;

@@ -121,3 +121,2 @@ import { AgoraRTCError as AgoraRTCError_2 } from '@agora-js/shared';

};
adjustSessionStartTime(sid: string): void;
setAppId(appid: string): void;

@@ -124,0 +123,0 @@ reportApiInvoke<T>(sessionId: string | null, params: EventReportReportAPIInvokeParams<T>, throttleTime?: number): AgoraApiExecutor<T>;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc