detect-audio-video
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -281,10 +281,10 @@ const AAC_CONTENT_TYPE = 'audio/mp4; codecs="mp4a.40.2"'; | ||
if (height === item) { | ||
result = `${result}p`; | ||
result = `${item}p`; | ||
break; | ||
} | ||
else if (height > item) { | ||
result = `≈${result}p`; | ||
result = `≈${item}p`; | ||
} | ||
} | ||
return `${result}p`; | ||
return result; | ||
} | ||
@@ -291,0 +291,0 @@ |
{ | ||
"name": "detect-audio-video", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "Detect audio video features", | ||
@@ -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
27883