Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 2.6.3 to 2.6.4

2

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

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

@@ -344,3 +344,4 @@ var _ = require('underscore');

var groups = answer.jingle.contents[1].description.sourceGroups || [];
if (groups.length === 0) { // FIXME: should check for SIM group exist
if (groups.length === 0 && // FIXME: should check for SIM group exist
answer.jingle.contents[1].description.sources.length) {
var newssrc = JSON.parse(JSON.stringify(answer.jingle.contents[1].description.sources[0]));

@@ -347,0 +348,0 @@ newssrc.ssrc = '' + Math.floor(Math.random() * 0xffffffff); // FIXME: look for conflicts

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