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.4.0 to 0.4.1

12

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

@@ -19,2 +19,3 @@ "type": "module",

"scripts": {
"lint": "eslint *.js",
"pretest": "esbuild super-media-element.js --format=iife --outdir=dist",

@@ -28,11 +29,6 @@ "test": "web-test-runner --config test/web-test-runner.config.js",

"esbuild": "^0.17.3",
"eslint": "^8.32.0",
"prettier": "^2.8.3"
"eslint": "^8.32.0"
},
"prettier": {
"tabWidth": 2,
"singleQuote": true,
"semi": true
},
"eslintConfig": {
"root": true,
"globals": {

@@ -39,0 +35,0 @@ "globalThis": "writable"

@@ -13,3 +13,3 @@ /**

:host {
display: inline-grid;
display: inline-block;
line-height: 0;

@@ -22,4 +22,2 @@ width: auto;

audio {
grid-column: 1;
grid-row: 1;
max-width: 100%;

@@ -26,0 +24,0 @@ max-height: 100%;

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