rtcpeerconnection
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "rtcpeerconnection", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "A tiny browser module that normalizes and simplifies the API for WebRTC peer connections.", | ||
@@ -25,3 +25,3 @@ "main": "rtcpeerconnection.js", | ||
"wildemitter": "1.x", | ||
"webrtc-adapter-test": "0.x" | ||
"webrtc-adapter-test": "^0.1.4" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -8,8 +8,4 @@ var util = require('util'); | ||
var peerconn = require('traceablepeerconnection'); | ||
if (!(window.webkitRTCPeerConnection || window.mozRTCPeerConnection)) { | ||
window.RTCPeerConnection = null; | ||
} | ||
var adapter = require('webrtc-adapter-test'); | ||
function PeerConnection(config, constraints) { | ||
@@ -16,0 +12,0 @@ var self = this; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
234304
6423
+ Addedwebrtc-adapter-test@0.1.9(transitive)
- Removedwebrtc-adapter-test@0.2.10(transitive)
Updatedwebrtc-adapter-test@^0.1.4