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
2
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.0-beta.3 to 1.38.0-beta.4

2

lib/version.d.ts

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

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

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

@@ -309,6 +309,11 @@ # watchRTC JS SDK

### 1.38.0.beta-4 (Oct 16, 2023)
- add more info about "close" event log in debug mode
- "nailUpCallEnd" log message does not include timestamp, which can cause incorrect time calculations
### 1.38.0.beta-3 (Oct 09, 2023)
- add `logLevel` configuration property to give more control over logs on SDK initialization.
- deprecated `debug` configuration property in favor of `logLevel`.
- add `logLevel` configuration property to give more control over logs on SDK initialization
- deprecated `debug` configuration property in favor of `logLevel`
- flush any data that is older than the last 10 minutes and not send it to the server before first connection with server

@@ -315,0 +320,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