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
2
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 6.1.5 to 6.1.6

2

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

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

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

const pc = this.call.pc1;
if (pc.getLocalStreams) {
pc.getLocalStreams()[0].getTracks().forEach(t => t.stop());
if (pc.getSenders) {
pc.getSenders().forEach(sender => sender.track.stop());
}

@@ -209,0 +209,0 @@ if (pc.getTransceivers) {

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