Socket
Socket
Sign inDemoInstall

@github/details-menu-element

Package Overview
Dependencies
Maintainers
18
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/details-menu-element - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

dist/index.js

@@ -119,3 +119,3 @@ class DetailsMenuElement extends HTMLElement {

return false;
const input = details.querySelector('[autofocus]');
const input = details.querySelector('details-menu [autofocus]');
if (input) {

@@ -122,0 +122,0 @@ input.focus();

{
"name": "@github/details-menu-element",
"version": "1.0.9",
"version": "1.0.10",
"description": "A menu opened with a <details> button.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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