Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rtcpeerconnection

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rtcpeerconnection - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

package.json
{
"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 @@ /*

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc