jwplayer-video-element
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "jwplayer-video-element", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A custom element for the JW player with an API that matches the `<video>` API", | ||
@@ -26,12 +26,13 @@ "author": "@muxinc", | ||
"scripts": { | ||
"lint": "npx eslint@8 *.js", | ||
"lint": "eslint *.js", | ||
"test": "wet run", | ||
"serve": "wet serve", | ||
"build:react": "build-react", | ||
"build:react": "build-react-wrapper", | ||
"build": "run-s build:*" | ||
}, | ||
"dependencies": { | ||
"super-media-element": "~1.4.0" | ||
"super-media-element": "~1.4.1" | ||
}, | ||
"devDependencies": { | ||
"build-react-wrapper": "^0.1.1", | ||
"npm-run-all": "^4.1.5", | ||
@@ -38,0 +39,0 @@ "wet-run": "^1.2.2" |
@@ -49,11 +49,11 @@ # `<jwplayer-video>` | ||
- [Media Chrome](https://github.com/muxinc/media-chrome) Your media player's dancing suit. 🕺 | ||
- [`<youtube-video>`](https://github.com/muxinc/youtube-video-element) A custom element for the YouTube player. | ||
- [`<vimeo-video>`](https://github.com/luwes/vimeo-video-element) A custom element for the Vimeo player. | ||
- [`<spotify-audio>`](https://github.com/luwes/spotify-audio-element) A custom element for the Spotify player. | ||
- [`<wistia-video>`](https://github.com/luwes/wistia-video-element) A custom element for the Wistia player. | ||
- [`<videojs-video>`](https://github.com/luwes/videojs-video-element) A custom element for Video.js. | ||
- [`<cloudflare-video>`](https://github.com/luwes/cloudflare-video-element) A custom element for the Cloudflare player. | ||
- [`<hls-video>`](https://github.com/muxinc/hls-video-element) A custom element 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! | ||
- [`<youtube-video>`](https://github.com/muxinc/media-elements/tree/main/packages/youtube-video-element) A custom element for the YouTube player. | ||
- [`<vimeo-video>`](https://github.com/muxinc/media-elements/tree/main/packages/vimeo-video-element) A custom element for the Vimeo player. | ||
- [`<spotify-audio>`](https://github.com/muxinc/media-elements/tree/main/packages/spotify-audio-element) A custom element for the Spotify player. | ||
- [`<wistia-video>`](https://github.com/muxinc/media-elements/tree/main/packages/wistia-video-element) A custom element for the Wistia player. | ||
- [`<videojs-video>`](https://github.com/muxinc/media-elements/tree/main/packages/videojs-video-element) A custom element for Video.js. | ||
- [`<cloudflare-video>`](https://github.com/muxinc/media-elements/tree/main/packages/cloudflare-video-element) A custom element for the Cloudflare player. | ||
- [`<hls-video>`](https://github.com/muxinc/media-elements/tree/main/packages/hls-video-element) A custom element for playing HTTP Live Streaming (HLS) videos. | ||
- [`castable-video`](https://github.com/muxinc/media-elements/tree/main/packages/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 custom element. | ||
- [`<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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11038
5
181
1
3
Updatedsuper-media-element@~1.4.1