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.5 to 1.41.1-beta.6

1

lib/utils.d.ts
import { IEvent, ISocketTrace, IWatchRTCConfiguration, IWatchrtcIdentifiers, Rating, RTCPeerConnectionInformation, TestRTCCompanionInfo, TestRTCCompanionStats } from "./interfaces";
export declare const TESTRTC_COMPANION_STATS_TIMEOUT = 2000;
type ConfigLogLevel = Required<IWatchRTCConfiguration>["logLevel"];

@@ -3,0 +4,0 @@ type LogLevel = Exclude<ConfigLogLevel, "silent">;

2

lib/version.d.ts

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

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

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

@@ -339,2 +339,8 @@ # watchRTC JS SDK

### 1.41.1-beta.6 (Oct 23, 2024)
- Better detection of cases where several input or output devices are added or removed in a simulated manner
- Fix TestRTC Companion timeouts.
- Fix error reporting if websocket connection can not be established
### 1.41.1-beta.5 (Oct 16, 2024)

@@ -341,0 +347,0 @@

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