Socket
Socket
Sign inDemoInstall

webrtc

Package Overview
Dependencies
14
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.11.6 to 1.12.0

2

package.json
{
"name": "webrtc",
"version": "1.11.6",
"version": "1.12.0",
"keywords": [

@@ -5,0 +5,0 @@ "webrtc",

@@ -20,2 +20,3 @@ var util = require('util');

this.channels = {};
this.sid = options.sid || Date.now().toString();
// Create an RTCPeerConnection via the polyfill

@@ -108,2 +109,3 @@ this.pc = new PeerConnection(this.parent.config.peerConnectionConfig, this.parent.config.peerConnectionConstraints);

to: this.id,
sid: this.sid,
broadcaster: this.broadcaster,

@@ -110,0 +112,0 @@ roomType: this.type,

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc