Socket
Socket
Sign inDemoInstall

rtcpeerconnection

Package Overview
Dependencies
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rtcpeerconnection - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

2

package.json
{
"name": "rtcpeerconnection",
"version": "3.0.10",
"version": "3.0.11",
"description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.",

@@ -5,0 +5,0 @@ "main": "rtcpeerconnection.js",

@@ -365,3 +365,2 @@ var _ = require('underscore');

}
/*
if (this.enableMultiStreamHacks) {

@@ -391,3 +390,2 @@ // add a mixed video stream as first stream

}
*/
if (self.restrictBandwidth > 0) {

@@ -394,0 +392,0 @@ if (offer.jingle.contents.length >= 2 && offer.jingle.contents[1].name === 'video') {

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