Socket
Socket
Sign inDemoInstall

@videojs/vhs-utils

Package Overview
Dependencies
7
Maintainers
19
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @videojs/vhs-utils

Objects and functions shared throughtout @videojs/http-streaming code


Version published
Weekly downloads
546K
decreased by-9.45%
Maintainers
19
Install size
4.70 MB
Created
Weekly downloads
 

Changelog

Source

4.0.0 (2022-08-19)

Chores

  • do not run es-check on publish (#35) (964080e)
  • remove IE11 support (#34) (6d979a2)

BREAKING CHANGES

  • Internet Explorer is no longer supported.

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

Readme

Source

@videojs/vhs-utils

vhs-utils serves two purposes:

  1. It extracts objects and functions shared throughout @videojs/http-streaming code to save on package size. See the original @videojs/http-streaming PR for details.
  2. It exports generic functions from VHS that may be useful to plugin authors.

Installation

npm install --save @videojs/vhs-utils

Usage

All utility functions are published under dist and can be required/imported like so:

es import using es dist

import resolveUrl from '@videojs/vhs-utils/es/resolve-url';

cjs import using cjs dist

const resolveUrl = require('@videojs/vhs-utils/cjs/resolve-url');

depricated cjs dist

const resolveUrl = require('@videojs/vhs-utils/dist/resolve-url');

Keywords

FAQs

Last updated on 19 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc