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

detect-audio-video

Package Overview
Dependencies
Maintainers
1
Versions
66
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.11.0 to 0.11.1

11

dist/index.js

@@ -278,10 +278,11 @@ const AAC_CONTENT_TYPE = 'audio/mp4; codecs="mp4a.40.2"';

];
let result = heights[0];
let result = `${heights[0]}p`;
for (const item of heights) {
if (height >= item) {
result = item;
}
else {
if (height === item) {
result = `${result}p`;
break;
}
else if (height > item) {
result = `≈${result}p`;
}
}

@@ -288,0 +289,0 @@ return `${result}p`;

{
"name": "detect-audio-video",
"version": "0.11.0",
"version": "0.11.1",
"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