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

detect-audio-video

Package Overview
Dependencies
Maintainers
0
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detect-audio-video - npm Package Compare versions

Comparing version 2.9.0 to 2.9.1

2

dist/index.js

@@ -601,3 +601,3 @@ const AAC_CONTENT_TYPE = 'audio/mp4; codecs="mp4a.40.2"';

function isWideGamutSupported(win = window) {
return isSrgbSupported(win) || isRec2020Supported(win);
return isP3Supported(win) || isRec2020Supported(win);
}

@@ -604,0 +604,0 @@ function isSrgbSupported(win = window) {

{
"name": "detect-audio-video",
"version": "2.9.0",
"version": "2.9.1",
"description": "Detect audio and video features in browser",

@@ -5,0 +5,0 @@ "module": "dist/index.js",

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