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
1
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 0.3.0 to 0.4.0

8

package.json
{
"name": "webrtc-troubleshoot",
"version": "0.3.0",
"version": "0.4.0",
"description": "A way to add webrtc troubleshooting to your app",

@@ -18,9 +18,9 @@ "main": "index.js",

"babelify": "^7.2.0",
"browserify": "^13.0.1",
"localmedia": "https://github.com/xdumaine/localmedia.git",
"rtcpeerconnection": "https://github.com/otalk/RTCPeerConnection.git"
"browserify": "^13.0.1"
},
"dependencies": {
"localmedia": "https://github.com/xdumaine/localmedia.git",
"rtcpeerconnection": "5.2.0",
"webrtc-adapter": "^1.4.0"
}
}
import TestSuite from './utils/TestSuite';
import { AudioTest, VideoTest, ConnectivityTest, AdvancedCameraTest, ThroughputTest, VideoBandwidthTest } from './defaultTests';
import {
AudioTest,
VideoTest,
ConnectivityTest,
AdvancedCameraTest,
ThroughputTest,
VideoBandwidthTest
} from './defaultTests';
import VideoFrameChecker from './utils/VideoFrameChecker';

@@ -11,3 +19,4 @@ export default {

ThroughputTest,
VideoBandwidthTest
VideoBandwidthTest,
VideoFrameChecker
};

@@ -126,3 +126,4 @@ // adapted from https://github.com/webrtc/testrtc/blob/master/src/js/bandwidth_test.js

if (isWebkit) {
response.forEach((report) => {
const results = typeof response.result === 'function' ? response.result() : response;
results.forEach((report) => {
if (report.id === 'bweforvideo') {

@@ -129,0 +130,0 @@ this.bweStats.add(Date.parse(report.timestamp), parseInt(report['googAvailableSendBandwidth'], 10));

Sorry, the diff of this file is too big to display

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