webrtc-adapter
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -25,3 +25,3 @@ /* | ||
} | ||
window.navigator.mediaDevices.getDisplayMedia = window.navigator.getDisplayMedia.bind(window.navigator.mediaDevices); | ||
window.navigator.mediaDevices.getDisplayMedia = window.navigator.getDisplayMedia.bind(window.navigator); | ||
} |
{ | ||
"name": "webrtc-adapter", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
@@ -23,3 +23,3 @@ /* | ||
window.navigator.mediaDevices.getDisplayMedia = | ||
window.navigator.getDisplayMedia.bind(window.navigator.mediaDevices); | ||
window.navigator.getDisplayMedia.bind(window.navigator); | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
6810715
133
22858
2
30