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 1.2.0 to 1.2.1

2

dist/index.js

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

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