Huge News!Announcing our $40M Series B led by Abstract Ventures.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.39.1 to 1.39.2-beta.1

5

lib/backoff.d.ts

@@ -6,2 +6,4 @@ import { IBackoff } from "./interfaces";

private numRetries;
private timerId;
private waiting;
constructor();

@@ -13,2 +15,5 @@ get delayMs(): number;

get MAX_RETRIES_FOR_FIRST_CONNECTION(): number;
wait(timerId: any): void;
unWait(forceCleaningTimer: boolean): void;
get isWaiting(): boolean;
}

3

lib/interfaces.d.ts

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

next: () => number;
wait: (timerId: any) => void;
unWait: (forceCleaningTimer: boolean) => void;
readonly isWaiting: boolean;
readonly delayMs: number;

@@ -119,0 +122,0 @@ readonly attempts: number;

2

lib/version.d.ts

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

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

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

@@ -308,2 +308,6 @@ # watchRTC JS SDK

### 1.39.2.beta-1 (May 17, 2024)
- When reconnecting, avoid starting extra reconnection attempts for new peer-connections or when the peer-connections state changes.
### 1.39.1 (May 8, 2024)

@@ -310,0 +314,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