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

@videojs/vhs-utils

Package Overview
Dependencies
Maintainers
19
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@videojs/vhs-utils - npm Package Versions

2

4.1.1

Diff

Changelog

Source

4.1.1 (2024-07-10)

Code Refactoring

  • remove url-toolkit dependency (#38) (e124470)

<a name="4.1.0"></a>

Features

  • Check for ManagedMediaSource support (#37) (6700c5f)

<a name="4.0.0"></a>

misterben
published 4.1.0 •

Changelog

Source

4.1.1 (2024-07-10)

Code Refactoring

<a name="4.1.0"></a>

Features

  • Check for ManagedMediaSource support (#37) (6700c5f)

<a name="4.0.0"></a>

misteroneill
published 4.0.0 •

Changelog

Source

4.0.0 (2022-08-19)

Chores

BREAKING CHANGES

  • Internet Explorer is no longer supported.

<a name="3.0.5"></a>

gkatsev
published 3.0.5 •

Changelog

Source

3.0.5 (2022-03-16)

Bug Fixes

  • ArrayBuffer.isView may not be available everywhere (#33) (bff9147), closes #1134

<a name="3.0.4"></a>

gkatsev
published 3.0.4 •

Changelog

Source

3.0.4 (2021-09-22)

Bug Fixes

  • mark global/window/document as external globals (#30) (8216630)

Chores

<a name="3.0.3"></a>

brandonocasey
published 3.0.3 •

Changelog

Source

3.0.3 (2021-07-26)

Bug Fixes

  • detect mp4 starting with moof/moov box as mp4 (#29) (51d995d)
  • look at all program map tables for ts stream types (#28) (1edb519)

<a name="3.0.2"></a>

gkatsev
published 3.0.2 •

Changelog

Source

3.0.2 (2021-05-20)

Bug Fixes

<a name="3.0.1"></a>

brandonocasey
published 3.0.1 •

Changelog

Source

3.0.1 (2021-04-29)

Bug Fixes

Chores

Performance Improvements

<a name="3.0.0"></a>

brandonocasey
published 3.0.0 •

Changelog

Source

3.0.0 (2020-12-18)

Features

  • Extend our current container parsing logic and add logic for parsing codecs from files (#14) (d425956)
  • parse any number of codecs rather than just the last audio or the last video codec. (#23) (33ec9f5)
  • use @videojs/babel-config to transpile code to cjs/es for node (#20) (c6dbd0b)

Chores

BREAKING CHANGES

  • cjs dist files changed from './dist' to './cjs'
  • parseCodecs now returns an array of codecs that where parsed so that we can support any number of codecs instead of just two.
  • toUint8 in byte-helpers functions slightly differently
  • getId3Offset is exported from id3-helpers rather than containers

We can now parse the container for and many of the codecs within (where applicable) for mp4, avi, ts, mkv, webm, ogg, wav, aac, ac3 (and ec3 which is contained in ac3 files), mp3, flac, raw h265, and raw h264.

Codec parsing has also been extended to parse codec details in a file for vp09, avc (h264), hevc (h265), av1, and opus

Finally we have the following additional features to our parsing of codec/container information:

  • skipping multiple id3 tags at the start of a file for flac, mp3, and aac
  • discarding emulation prevention bits (in h264, h265)
  • parsing raw h264/h265 to get codec params for ts, avi, and even raw h264/h265 files

<a name="2.3.0"></a>

gkatsev
published 2.3.0 •

Changelog

Source

2.3.0 (2020-12-03)

Features

Chores

  • Add repository info to package.json (#22) (a22ae78)

<a name="2.2.1"></a>

2
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