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.39.1-beta.1 to 1.39.1-beta.2

lib/backoff.d.ts

5

lib/interfaces.d.ts

@@ -108,2 +108,7 @@ export interface RTCPeerConnectionInformation {

export type StateListener = (event: IStateEvent) => any;
export interface IBackoff {
reset: () => void;
next: () => number;
readonly delayMs: number;
}
export {};

2

lib/version.d.ts

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

declare const _default: "1.39.1-beta.1";
declare const _default: "1.39.1-beta.2";
export default _default;

@@ -13,2 +13,3 @@ import { ISocketService, ISocketTrace, ISocketConnectOptions } from "./interfaces";

private signalsBuffer;
private reconnectId;
constructor(options?: {

@@ -15,0 +16,0 @@ splitChannels?: boolean;

{
"name": "@testrtc/watchrtc-sdk",
"version": "1.39.1-beta.1",
"version": "1.39.1-beta.2",
"description": "Monitor your WebRTC application by collecting WebRTC statistics from end users",

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

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

### 1.39.1.beta-2 (Jan 26, 2024)
- use an exponential backoff when trying to reconnect to the server
### 1.39.1.beta-1 (Jan 24, 2024)

@@ -301,0 +305,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