jwplayer-video-element
Advanced tools
Comparing version 0.1.2 to 0.2.0
{ | ||
"name": "jwplayer-video-element", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Custom element (web component) for the JW player.", | ||
"type": "module", | ||
"description": "Custom element (web component) for the JW player.", | ||
"main": "dist/jwplayer-video-element.js", | ||
"files": [ | ||
"src", | ||
"dist" | ||
], | ||
"main": "jwplayer-video-element.js", | ||
"repository": "luwes/jwplayer-video-element", | ||
@@ -19,13 +15,10 @@ "author": "Wesley Luyten <me@wesleyluyten.com> (https://wesleyluyten.com)", | ||
"scripts": { | ||
"test": "web-test-runner **/*test.js --node-resolve", | ||
"dev": "esbuild src/jwplayer-video-element.js --bundle --servedir=. --outdir=dist", | ||
"build": "esbuild src/jwplayer-video-element.js --bundle --sourcemap --minify --outdir=dist", | ||
"prepublishOnly": "npm run build" | ||
"test": "web-test-runner --config test/web-test-runner.config.js", | ||
"dev": "npx serve ." | ||
}, | ||
"devDependencies": { | ||
"@open-wc/testing": "^3.0.3", | ||
"@web/test-runner": "^0.13.26", | ||
"esbuild": "^0.14.25", | ||
"eslint": "^8.10.0", | ||
"prettier": "^2.5.1" | ||
"@open-wc/testing": "^3.1.7", | ||
"@web/test-runner": "^0.15.0", | ||
"eslint": "^8.32.0", | ||
"prettier": "^2.8.3" | ||
}, | ||
@@ -62,4 +55,4 @@ "prettier": { | ||
"dependencies": { | ||
"super-media-element": "^0.3.0" | ||
"super-media-element": "^0.4.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# `<jwplayer-video>` | ||
# `<jwplayer-video>` [![Version](https://img.shields.io/npm/v/jwplayer-video-element)](https://www.npmjs.com/package/jwplayer-video-element) [![Badge size](https://img.badgesize.io/https://cdn.jsdelivr.net/npm/jwplayer-video-element/+esm?compression=gzip&label=gzip)](https://cdn.jsdelivr.net/npm/jwplayer-video-element/+esm) | ||
@@ -15,3 +15,3 @@ A custom element (web component) for the JW player. | ||
```html | ||
<script type="module" src="https://unpkg.com/jwplayer-video-element@0"></script> | ||
<script type="module" src="https://cdn.jsdelivr.net/npm/jwplayer-video-element@0.2/+esm"></script> | ||
<jwplayer-video controls src="https://cdn.jwplayer.com/players/C8YE48zj-IxzuqJ4M.html"></jwplayer-video> | ||
@@ -28,3 +28,3 @@ ``` | ||
```html | ||
<script type="module" src="https://unpkg.com/jwplayer-video-element@0"></script> | ||
<script type="module" src="https://cdn.jsdelivr.net/npm/jwplayer-video-element@0.2/+esm"></script> | ||
``` | ||
@@ -49,7 +49,9 @@ | ||
- [Media Chrome](https://github.com/muxinc/media-chrome) Your media player's dancing suit. 🕺 | ||
- [`<mux-video>`](https://github.com/muxinc/elements/tree/main/packages/mux-video) A Mux-flavored HTML5 video element w/ hls.js and Mux data builtin. | ||
- [`<youtube-video>`](https://github.com/muxinc/youtube-video-element) A web component for the YouTube player. | ||
- [`<vimeo-video>`](https://github.com/luwes/vimeo-video-element) A web component for the Vimeo player. | ||
- [`<wistia-video>`](https://github.com/luwes/wistia-video-element) A web component for the Wistia player. | ||
- [`<videojs-video>`](https://github.com/luwes/videojs-video-element) A web component for Video.js. | ||
- [`<hls-video>`](https://github.com/muxinc/hls-video-element) A web component for playing HTTP Live Streaming (HLS) videos. | ||
- [`castable-video`](https://github.com/muxinc/castable-video) Cast your video element to the big screen with ease! | ||
- [`<mux-player>`](https://github.com/muxinc/elements/tree/main/packages/mux-player) The official Mux-flavored video player web component. | ||
- [`<mux-video>`](https://github.com/muxinc/elements/tree/main/packages/mux-video) A Mux-flavored HTML5 video element w/ hls.js and Mux data builtin. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
4
10
242
55
17707
+ Addedsuper-media-element@0.4.2(transitive)
- Removedsuper-media-element@0.3.1(transitive)
Updatedsuper-media-element@^0.4.0