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.1 to 0.4.2

2

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

@@ -5,0 +5,0 @@ "type": "module",

@@ -55,2 +55,3 @@ /**

return class SuperMedia extends superclass {
static template = template;
static #isDefined;

@@ -155,3 +156,3 @@

this.attachShadow({ mode: 'open' });
this.shadowRoot.append(template.content.cloneNode(true));
this.shadowRoot.append(this.constructor.template.content.cloneNode(true));
}

@@ -158,0 +159,0 @@

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