detect-audio-video
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -475,3 +475,3 @@ const AAC_CONTENT_TYPE = 'audio/mp4; codecs="mp4a.40.2"'; | ||
sizes: [[0, 0]], | ||
badge: 'SD', | ||
title: 'SD', | ||
}, | ||
@@ -478,0 +478,0 @@ { |
@@ -27,3 +27,3 @@ declare global { | ||
export declare function checkSize(sizes: number[][], width: number, height: number): 0 | 1 | -1; | ||
export declare function getResolutionBadge(width?: number, height?: number): string | undefined; | ||
export declare function getResolutionBadge(width?: number, height?: number): string; | ||
export declare function isWideGamutSupported(win?: Window & typeof globalThis): boolean; | ||
@@ -30,0 +30,0 @@ export declare function isSrgbSupported(win?: Window & typeof globalThis): boolean; |
{ | ||
"name": "detect-audio-video", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Detect audio and video features in browser", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.js", |
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
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
53403