New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@testrtc/watchrtc-sdk

Package Overview
Dependencies
Maintainers
4
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testrtc/watchrtc-sdk - npm Package Compare versions

Comparing version 1.41.1-beta.3 to 1.41.1-beta.4

lib/detect-devices.d.ts

3

lib/interfaces.d.ts

@@ -133,2 +133,5 @@ export interface RTCPeerConnectionInformation {

}
export interface IDevices {
setDevices: (listOfDevices: any[]) => void | any;
}
export interface TestRTCCompanionInfo {

@@ -135,0 +138,0 @@ name: string;

2

lib/version.d.ts

@@ -1,2 +0,2 @@

declare const _default: "1.41.1-beta.3";
declare const _default: "1.41.1-beta.4";
export default _default;
{
"name": "@testrtc/watchrtc-sdk",
"version": "1.41.1-beta.3",
"version": "1.41.1-beta.4",
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -339,4 +339,9 @@ # watchRTC JS SDK

### 1.41.1.beta-3 (Oct 1, 2024)
### 1.41.1-beta.4 (Oct 11, 2024)
- Better handling of websocket status codes
- Detect when devices are plugged or unplugged from the system.
### 1.41.1-beta.3 (Oct 1, 2024)
- Fix crash happened on WebSocket connection error.

@@ -346,7 +351,7 @@ - Fix `userAgentData` message to correctly detect the name and version of the OS used when on iPad.

### 1.41.1.beta-2 (Sept 14, 2024)
### 1.41.1-beta.2 (Sept 14, 2024)
- Send a new message `userAgentData` containing the Client Hints information if available.
### 1.41.1.beta-1 (Sept 07, 2024)
### 1.41.1-beta.1 (Sept 07, 2024)

@@ -362,7 +367,7 @@ - Keep a full raw stats when the initial connection to TestRTC can't be done during more than 10 minutes.

### 1.40.1.beta-6 (August 19, 2024)
### 1.40.1-beta.6 (August 19, 2024)
- Avoid reconnecting automatically when the `connect()` method has been called and when the last active peer-connection has been closed manually.
### 1.40.1.beta-5 (July 03, 2024)
### 1.40.1-beta.5 (July 03, 2024)

@@ -372,15 +377,15 @@ - Avoid reconnecting to the server when there are several peer-connections locally. Don't trigger a new connection to the server for closed peer-connections.

### 1.40.1.beta-4 (Jun 13, 2024)
### 1.40.1-beta.4 (Jun 13, 2024)
- Fix crash when referencing local tracks
### 1.40.1.beta-3 (Jun 12, 2024)
### 1.40.1-beta.3 (Jun 12, 2024)
- Documented the interface for qualityRTC.
### 1.40.1.beta-2 (Jun 12, 2024)
### 1.40.1-beta.2 (Jun 12, 2024)
- Release the internal listeners on local tracks when the RTCPeerConnection is closed to let the garbage collector remove this peer-connection properly
### 1.40.1.beta-1 (Jun 4, 2024)
### 1.40.1-beta.1 (Jun 4, 2024)

@@ -387,0 +392,0 @@ - Send new parameter `newConnection` on WS handshake to detect new connection from reconnecting.

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

Sorry, the diff of this file is not supported yet

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