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

lib/cp-ips.d.ts

1

lib/interfaces.d.ts

@@ -46,2 +46,3 @@ export interface RTCPeerConnectionInformation {

logLevel?: "silent" | "debug" | "info" | "error";
splitChannels?: boolean;
}

@@ -48,0 +49,0 @@ export type Rating = 1 | 2 | 3 | 4 | 5;

2

lib/version.d.ts

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

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

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

private sendPromises;
constructor();
private splitChannels;
private signalsBuffer;
constructor(options?: {
splitChannels?: boolean;
});
connect({ url, onData, onError, onOpen, onClose, options }: ISocketConnectOptions): void;

@@ -14,0 +18,0 @@ trace: ISocketTrace;

{
"name": "@testrtc/watchrtc-sdk",
"version": "1.38.3-beta.2",
"version": "1.39.1-beta.1",
"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-1 (Jan 24, 2024)
- add "data channels" mechanism too improve analyzing performance
### 1.38.3.beta-2 (Jan 18, 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