Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@testrtc/watchrtc-sdk

Package Overview
Dependencies
Maintainers
0
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.40.1-beta.4 to 1.40.1-beta.5

3

lib/utils.d.ts

@@ -22,2 +22,5 @@ import { IEvent, ISocketTrace, IWatchRTCConfiguration, IWatchrtcIdentifiers, Rating, RTCPeerConnectionInformation } from "./interfaces";

}) => number;
export declare const existingOtherValidConnection: (openChannels: {
[id: string]: RTCPeerConnectionInformation;
}, id: string) => boolean;
export declare const isRoomIdOrPeerIdChanged: (watchrtcIdentifiers: IWatchrtcIdentifiers, watchrtcConfig: IWatchRTCConfiguration) => boolean;

@@ -24,0 +27,0 @@ export declare const validateRating: (rating: Rating) => boolean;

2

lib/version.d.ts

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

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

@@ -11,3 +11,3 @@ "main": "lib/index.js",

"scripts": {
"build-prod": "yarn run lint && yarn build-version && webpack --mode production",
"build-prod": "export NODE_OPTIONS=--openssl-legacy-provider && yarn run lint && yarn build-version && webpack --mode production",
"build-dev": "export NODE_OPTIONS=--openssl-legacy-provider && yarn build-version && webpack --mode development",

@@ -14,0 +14,0 @@ "build-version": "ts-node build-version.ts",

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

### 1.40.1.beta-5 (July 03, 2024)
- 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.
- Fix internal track listener for incoming tracks that prevented the peer-connection from being released properly.
### 1.40.1.beta-4 (Jun 13, 2024)

@@ -341,0 +346,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