Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "webrtc", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"keywords": [ | ||
@@ -17,3 +17,3 @@ "webrtc", | ||
"wildemitter": "0.0.5", | ||
"rtcpeerconnection": "2.0.x", | ||
"rtcpeerconnection": "2.1.x", | ||
"getusermedia": "0.2.1", | ||
@@ -20,0 +20,0 @@ "sdp-jingle-json": "1.0.x", |
@@ -28,3 +28,3 @@ var test = require('tape'); | ||
peer1.pc.on('iceConnectionStateChange', function () { | ||
if (peer1.pc.pc.iceConnectionState == 'connected') { | ||
if (peer1.pc.iceConnectionState == 'connected') { | ||
t.pass('P2P connection established'); | ||
@@ -31,0 +31,0 @@ t.end(); |
@@ -327,2 +327,6 @@ var webrtc = require('webrtcsupport'); | ||
this.parent.emit('stopped_speaking', {id: message.from}); | ||
} else if (message.type === 'mute') { | ||
this.parent.emit('mute', {id: message.from, name: message.payload.name}); | ||
} else if (message.type === 'unmute') { | ||
this.parent.emit('unmute', {id: message.from, name: message.payload.name}); | ||
} | ||
@@ -329,0 +333,0 @@ }; |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
148494
4088
+ Addedrtcpeerconnection@2.1.1(transitive)
- Removedrtcpeerconnection@2.0.1(transitive)
Updatedrtcpeerconnection@2.1.x