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

@html-element-wrappers/audio

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@html-element-wrappers/audio - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

4

lib/audio.js

@@ -10,5 +10,5 @@ import { HTMLMediaElement } from '../../media';

this.attachShadow({mode: 'open', delegatesFocus: true});
this.attachShadow({mode: 'open', delegatesFocus: this.hasAttribute('delegatesfocus')});
this.render();
this.__initFocusDelegation();
if(this.hasAttribute('delegatesfocus')) this.__initFocusDelegation();
}

@@ -15,0 +15,0 @@

{
"name": "@html-element-wrappers/audio",
"version": "0.4.1",
"version": "0.5.0",
"description": "HTMLAudioElement",

@@ -29,3 +29,3 @@ "author": "Wouter Vroege <wouter@woutervroege.nl>",

},
"gitHead": "1c5cc07e466fa7c95909f76624ff86be47f542ff",
"gitHead": "07f762b03de37c9f9e92847f9893190b9696bf95",
"dependencies": {

@@ -32,0 +32,0 @@ "html-element-property-mixins": "^0.10.7",

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