Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.2.0 to 1.2.1

2

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

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

@@ -352,3 +352,3 @@ /**

// Only call loadSrc when the super class has a load method.
if (attrName === 'src' && newValue && this.load !== SuperMedia.prototype.load) {
if (attrName === 'src' && this.load !== SuperMedia.prototype.load) {
this.#loadSrc();

@@ -355,0 +355,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