New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

detect-audio-video

Package Overview
Dependencies
Maintainers
1
Versions
79
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 0.18.0 to 0.19.0

3

dist/index.js

@@ -208,2 +208,5 @@ const AAC_CONTENT_TYPE = 'audio/mp4; codecs="mp4a.40.2"';

function isHdrScreenSupported() {
if (window.Hisense_GetSupportForHDR) {
return window.Hisense_GetSupportForHDR() !== 'not support';
}
try {

@@ -210,0 +213,0 @@ const isHighSupported = checkDynamicRange('high');

@@ -0,1 +1,6 @@

declare global {
interface Window {
Hisense_GetSupportForHDR?: () => string;
}
}
export declare function getDevicePixelRatio(): number;

@@ -2,0 +7,0 @@ export declare function getScreenWidth(): number;

2

package.json
{
"name": "detect-audio-video",
"version": "0.18.0",
"version": "0.19.0",
"description": "Detect audio video features",

@@ -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