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

hls-video-element

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hls-video-element - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

22

package.json
{
"name": "hls-video-element",
"version": "1.1.3",
"version": "1.1.4",
"description": "Custom element (web component) for playing video using the HTTP Live Streaming (HLS) format. Uses HLS.js.",
"author": "@muxinc",
"license": "MIT",
"repository": "muxinc/hls-video-element",
"homepage": "https://github.com/muxinc/hls-video-element#readme",
"bugs": {
"url": "https://github.com/muxinc/hls-video-element/issues"
},
"type": "module",

@@ -12,20 +19,13 @@ "main": "hls-video-element.js",

"scripts": {
"lint": "npx eslint *.js -c ./node_modules/wet-run/.eslintrc.json",
"lint": "npx eslint@8 *.js -c ./node_modules/wet-run/.eslintrc.json",
"test": "wet test --coverage",
"dev": "wet serve --cors --livereload"
},
"repository": "muxinc/hls-video-element",
"author": "@muxinc",
"license": "MIT",
"homepage": "https://github.com/muxinc/hls-video-element#readme",
"bugs": {
"url": "https://github.com/muxinc/hls-video-element/issues"
},
"dependencies": {
"custom-media-element": "^1.2.3",
"hls.js": "^1.5.4",
"hls.js": "^1.5.8",
"media-tracks": "^0.3.0"
},
"devDependencies": {
"wet-run": "^1.0.3"
"wet-run": "^1.2.2"
},

@@ -32,0 +32,0 @@ "keywords": [

# `<hls-video>`
[![Version](https://img.shields.io/npm/v/hls-video-element?style=flat-square)](https://www.npmjs.com/package/hls-video-element)
[![Badge size](https://img.badgesize.io/https://cdn.jsdelivr.net/npm/hls-video-element/+esm?compression=gzip&label=gzip&style=flat-square)](https://cdn.jsdelivr.net/npm/hls-video-element/+esm)
[![NPM Version](https://img.shields.io/npm/v/hls-video-element?style=flat-square&color=informational)](https://www.npmjs.com/package/hls-video-element)
[![NPM Downloads](https://img.shields.io/npm/dm/hls-video-element?style=flat-square&color=informational&label=npm)](https://www.npmjs.com/package/hls-video-element)
[![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/hls-video-element?style=flat-square&color=%23FF5627)](https://www.jsdelivr.com/package/npm/hls-video-element)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/hls-video-element?style=flat-square&color=success&label=gzip)](https://bundlephobia.com/result?p=hls-video-element)

@@ -17,3 +19,3 @@ A [custom element](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements)

```html
<script type="module" src="https://cdn.jsdelivr.net/npm/hls-video-element@1.0/+esm"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/hls-video-element@1.1/+esm"></script>
<hls-video controls src="https://stream.mux.com/r4rOE02cc95tbe3I00302nlrHfT023Q3IedFJW029w018KxZA.m3u8"></hls-video>

@@ -40,3 +42,3 @@ ```

```html
<script type="module" src="https://cdn.jsdelivr.net/npm/hls-video-element@1.0/+esm"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/hls-video-element@1.1/+esm"></script>
```

@@ -43,0 +45,0 @@

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