@agora-js/shared
Advanced tools
Comparing version 4.22.0 to 4.22.1
{ | ||
"name": "@agora-js/shared", | ||
"version": "4.22.0", | ||
"version": "4.22.1", | ||
"description": "internal utils shared across @agora-js packages", | ||
@@ -25,5 +25,5 @@ "main": "AgoraRTC_N-shared.js", | ||
"dependencies": { | ||
"axios": "^1.6.8", | ||
"axios": "^1.7.7", | ||
"ua-parser-js": "^0.7.34" | ||
} | ||
} |
@@ -561,2 +561,4 @@ import { AxiosRequestConfig } from 'axios'; | ||
export declare const DEFAULT_TURN_CONFIG: TurnServerConfig; | ||
export declare interface Deferred<T = void> { | ||
@@ -995,2 +997,3 @@ promise: Promise<T>; | ||
USE_CANDIDATE_FROM_AP_DETAIL: boolean; | ||
AP_REQUEST_DETAIL: any; | ||
ENABLE_PUBLISHED_USER_LIST: boolean; | ||
@@ -1242,2 +1245,3 @@ MAX_SUBSCRIPTION: number; | ||
ENABLE_PRELOAD: boolean; | ||
DISABLE_SCREEN_SHARE_REMB: boolean; | ||
}; | ||
@@ -1244,0 +1248,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
396901
4807
2
Updatedaxios@^1.7.7