Socket
Socket
Sign inDemoInstall

webrtcsupport

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtcsupport - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

package.json
{
"name": "webrtcsupport",
"version": "0.4.0",
"version": "0.4.1",
"description": "Browser module to detect support for webrtc and extract proper constructors.",

@@ -5,0 +5,0 @@ "main": "webrtcsupport.js",

@@ -22,3 +22,3 @@ (function(e){if("function"==typeof bootstrap)bootstrap("webrtcsupport",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.makeWebrtcsupport=e}else"undefined"!=typeof window?window.webrtcsupport=e():global.webrtcsupport=e()})(function(){var define,ses,bootstrap,module,exports;

prefix: prefix,
webAudio: !!AudioContext.prototype.createMediaStreamSource,
webAudio: !!(AudioContext && AudioContext.prototype.createMediaStreamSource),
screenSharing: screenSharing,

@@ -25,0 +25,0 @@ AudioContext: AudioContext,

@@ -20,3 +20,3 @@ // created by @HenrikJoreteg

prefix: prefix,
webAudio: !!AudioContext.prototype.createMediaStreamSource,
webAudio: !!(AudioContext && AudioContext.prototype.createMediaStreamSource),
screenSharing: screenSharing,

@@ -23,0 +23,0 @@ AudioContext: AudioContext,

Sorry, the diff of this file is not supported yet

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