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.36.2 to 1.36.3

1

lib/interfaces.d.ts

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

collectionInterval?: number;
logGetStats?: boolean;
}

@@ -42,0 +43,0 @@ export declare type Rating = 1 | 2 | 3 | 4 | 5;

2

lib/version.d.ts

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

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

@@ -40,2 +40,2 @@ "main": "lib/index.js",

}
}
}

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

### 1.36.3 (Apr 5, 2023)
- removed `getStats` logs in debug mode to reduce resources usage
- added `logGetStats` configuration property to enable `getStats` logs if needed
### 1.36.2 (Feb 21, 2023)

@@ -291,0 +296,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