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

media-tracks

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

media-tracks - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

1

dist/types/audio-rendition-list.d.ts
import { AudioRendition } from './audio-rendition.js';
export declare class AudioRenditionList extends EventTarget {
#private;
[index: number]: AudioRendition;
[Symbol.iterator](): IterableIterator<AudioRendition>;

@@ -5,0 +6,0 @@ get length(): number;

import { AudioTrack } from './audio-track.js';
export declare class AudioTrackList extends EventTarget {
#private;
[index: number]: AudioTrack;
[Symbol.iterator](): IterableIterator<AudioTrack>;

@@ -5,0 +6,0 @@ get length(): number;

import { VideoRendition } from './video-rendition.js';
export declare class VideoRenditionList extends EventTarget {
#private;
[index: number]: VideoRendition;
[Symbol.iterator](): IterableIterator<VideoRendition>;

@@ -5,0 +6,0 @@ get length(): number;

import { VideoTrack } from './video-track.js';
export declare class VideoTrackList extends EventTarget {
#private;
[index: number]: VideoTrack;
[Symbol.iterator](): IterableIterator<VideoTrack>;

@@ -5,0 +6,0 @@ get length(): number;

2

package.json
{
"name": "media-tracks",
"version": "0.1.0",
"version": "0.1.1",
"description": "Polyfill audio and video tracks with renditions.",

@@ -5,0 +5,0 @@ "type": "module",

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