🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

webrtc

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc - npm Package Compare versions

Comparing version

to
1.11.0

2

package.json
{
"name": "webrtc",
"version": "1.10.0",
"version": "1.11.0",
"keywords": [

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

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

// Create an RTCPeerConnection via the polyfill
this.pc = new PeerConnection(this.parent.config.peerConnectionConfig, this.parent.config.peerConnectionContraints);
this.pc = new PeerConnection(this.parent.config.peerConnectionConfig, this.parent.config.peerConnectionConstraints);
this.pc.on('ice', this.onIceCandidate.bind(this));

@@ -24,0 +24,0 @@ this.pc.on('addStream', this.handleRemoteStreamAdded.bind(this));

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

},
peerConnectionContraints: {
peerConnectionConstraints: {
optional: [

@@ -21,0 +21,0 @@ {DtlsSrtpKeyAgreement: true}