hls-video-element
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13384
57
Updatedhls.js@^1.5.8