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.1 to 0.11.2

6

dist/index.js

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

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