Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

makeup-expander

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makeup-expander - npm Package Compare versions

Comparing version 0.11.2 to 0.11.3

4

dist/cjs/index.js

@@ -93,3 +93,3 @@ "use strict";

} else if (focusManagement !== null) {
const el = contentEl.querySelector("#".concat(focusManagement));
const el = contentEl.querySelector(`#${focusManagement}`);
if (el) {

@@ -124,3 +124,3 @@ el.focus();

(0, _makeupNextId.default)(this.el, "expander");
this.contentEl.id = this.contentEl.id || "".concat(this.el.id, "-content");
this.contentEl.id = this.contentEl.id || `${this.el.id}-content`;
this.hostEl.setAttribute("aria-controls", this.contentEl.id);

@@ -127,0 +127,0 @@ }

{
"name": "makeup-expander",
"description": "Creates the basic interactivity for an element that expands and collapses another element.",
"version": "0.11.2",
"version": "0.11.3",
"main": "./dist/cjs/index.js",

@@ -29,5 +29,5 @@ "module": "./dist/mjs/index.js",

"dependencies": {
"makeup-exit-emitter": "^0.5.1",
"makeup-focusables": "^0.4.2",
"makeup-next-id": "^0.5.1"
"makeup-exit-emitter": "^0.5.2",
"makeup-focusables": "^0.4.3",
"makeup-next-id": "^0.5.2"
},

@@ -43,3 +43,3 @@ "files": [

],
"gitHead": "886b3aa580639f0721966474e63ec3b3781bb302"
"gitHead": "d5eb699503d9b7f3eb9ff04379de5a38aa63096a"
}
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