New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webrtc-troubleshoot

Package Overview
Dependencies
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc-troubleshoot - npm Package Compare versions

Comparing version 11.0.2-build.6 to 11.0.2-build.7

2

package.json
{
"name": "webrtc-troubleshoot",
"version":"11.0.2-build.6",
"version":"11.0.2-build.7",
"description": "A way to add webrtc troubleshooting to your app",

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

@@ -241,3 +241,3 @@ // adapted from https://github.com/webrtc/testrtc

stats.forEach((stat: RTCStatsReport) => {
stats.forEach((stat: any) => {
if (stat.get('type') === 'ssrc') {

@@ -293,3 +293,3 @@ // make sure to only capture stats after the encoder is setup.

*/
private extractEncoderSetupTime (stats: RTCStatsReport[], statsCollectTime): number {
private extractEncoderSetupTime (stats: any[], statsCollectTime): number {
let res: string = '';

@@ -296,0 +296,0 @@ let index = 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