rtcpeerconnection
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "rtcpeerconnection", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A tiny browser module that gives normalizes and simplifies the API for WebRTC peer connections.", | ||
@@ -19,3 +19,3 @@ "main": "rtcpeerconnection.js", | ||
"wildemitter": "0.0.5", | ||
"webrtcsupport": "0.7.0" | ||
"webrtcsupport": "0.7.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
@@ -29,3 +29,3 @@ (function(e){if("function"==typeof bootstrap)bootstrap("peerconnection",e);else if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else if("undefined"!=typeof ses){if(!ses.ok())return;ses.makePeerConnection=e}else"undefined"!=typeof window?window.PeerConnection=e():global.PeerConnection=e()})(function(){var define,ses,bootstrap,module,exports; | ||
support: !!PC, | ||
dataChannel: isChrome || isFirefox || (PC.prototype && PC.prototype.createDataChannel), | ||
dataChannel: isChrome || isFirefox || (PC && PC.prototype && PC.prototype.createDataChannel), | ||
prefix: prefix, | ||
@@ -41,3 +41,2 @@ webAudio: !!(AudioContext && AudioContext.prototype.createMediaStreamSource), | ||
},{}],2:[function(require,module,exports){ | ||
@@ -44,0 +43,0 @@ /* |
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
25457
+ Addedwebrtcsupport@0.7.1(transitive)
- Removedwebrtcsupport@0.7.0(transitive)
Updatedwebrtcsupport@0.7.1