New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

super-media-element

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

super-media-element - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

5

package.json
{
"name": "super-media-element",
"version": "0.1.1",
"version": "0.2.0",
"description": "Helps you create a custom element w/ a HTMLMediaElement API.",

@@ -23,3 +23,3 @@ "type": "module",

"dev": "esbuild index.js --bundle --outdir=dist --servedir=.",
"build": "rm -rf dist && esbuild index.js --target=es2019 --format=esm --bundle --minify --outdir=dist"
"build": "esbuild index.js --target=es2019 --format=esm --bundle --minify --outdir=dist"
},

@@ -31,3 +31,2 @@ "devDependencies": {

"eslint": "^8.17.0",
"np": "^7.5.0",
"prettier": "^2.6.2"

@@ -34,0 +33,0 @@ },

1

README.md

@@ -77,3 +77,4 @@ # Super Media Element

- [`<hls-video>`](https://github.com/muxinc/hls-video-element) A web component for playing HTTP Live Streaming (HLS) videos.
- [`<videojs-video>`](https://github.com/luwes/videojs-video-element) A web component for Video.js.
- [`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.
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