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

webrtc-adapter

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc-adapter - npm Package Compare versions

Comparing version 6.4.7 to 6.4.8

2

package.json
{
"name": "webrtc-adapter",
"version": "6.4.7",
"version": "6.4.8",
"description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

@@ -96,3 +96,3 @@ /*

window.navigator.mediaDevices.getDisplayMedia = function(constraints) {
return origGetDisplayMedia(constraints);
return origGetDisplayMedia.call(window.navigator, constraints);
};

@@ -102,5 +102,5 @@ window.navigator.getDisplayMedia = function(constraints) {

'navigator.mediaDevices.getDisplayMedia');
return origGetDisplayMedia(constraints);
return origGetDisplayMedia.call(window.navigator, constraints);
};
}
};

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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