Socket
Socket
Sign inDemoInstall

webrtc

Package Overview
Dependencies
Maintainers
1
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 1.1.0 to 1.1.1

10

package.json
{
"name": "webrtc",
"version": "1.1.0",
"version": "1.1.1",
"keywords": ["webrtc", "browser"],

@@ -10,10 +10,10 @@ "repository": {

"main": "./webrtc.js",
"description": "WebRTC abstraction for managing it simple to manage multiple peer connections of various types.",
"description": "WebRTC abstraction for making it simple to manage multiple peer connections of various types.",
"dependencies": {
"webrtcsupport": "0.7.0",
"webrtcsupport": "0.7.1",
"wildemitter": "0.0.5",
"rtcpeerconnection": "1.1.0",
"rtcpeerconnection": "1.1.1",
"getusermedia": "0.2.1",
"hark": "0.1.1",
"mediastream-gain": "0.1.0",
"mediastream-gain": "0.1.1",
"mockconsole": "0.0.1"

@@ -20,0 +20,0 @@ },

@@ -436,3 +436,3 @@ (function(e){if("function"==typeof bootstrap)bootstrap("webrtc",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.makeWebRTC=e}else"undefined"!=typeof window?window.WebRTC=e():global.WebRTC=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,

@@ -439,0 +439,0 @@ webAudio: !!(AudioContext && AudioContext.prototype.createMediaStreamSource),

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