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

makeup-listbox

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makeup-listbox - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

3

./dist/cjs/index.js

@@ -26,2 +26,4 @@ "use strict";

// when true, aria-checked state matches active-descendant
autoScroll: true,
// when true, the listbox will scroll to keep the activeDescendant in view
customElementMode: false,

@@ -73,2 +75,3 @@ focusableElement: null,

autoReset: this._options.autoReset,
autoScroll: this._options.autoScroll,
axis: "y"

@@ -75,0 +78,0 @@ });

@@ -26,2 +26,4 @@ "use strict";

// when true, aria-checked state matches active-descendant
autoScroll: true,
// when true, the listbox will scroll to keep the activeDescendant in view
customElementMode: false,

@@ -73,2 +75,3 @@ focusableElement: null,

autoReset: this._options.autoReset,
autoScroll: this._options.autoScroll,
axis: "y"

@@ -75,0 +78,0 @@ });

@@ -10,2 +10,4 @@ import * as ActiveDescendant from "makeup-active-descendant";

// when true, aria-checked state matches active-descendant
autoScroll: true,
// when true, the listbox will scroll to keep the activeDescendant in view
customElementMode: false,

@@ -59,2 +61,3 @@ focusableElement: null,

autoReset: this._options.autoReset,
autoScroll: this._options.autoScroll,
axis: "y"

@@ -61,0 +64,0 @@ }

6

package.json
{
"name": "makeup-listbox",
"description": "A JavaScript class representing an ARIA listbox",
"version": "0.4.0",
"version": "0.4.1",
"main": "./dist/cjs/index.js",

@@ -23,3 +23,3 @@ "module": "./dist/mjs/index.js",

"dependencies": {
"makeup-active-descendant": "^0.7.0",
"makeup-active-descendant": "^0.7.1",
"makeup-prevent-scroll-keys": "^0.3.0"

@@ -35,3 +35,3 @@ },

],
"gitHead": "65ded67f64b37dd58f7249e2073304f4604ae41a"
"gitHead": "8e77815491c3edf766dc3ac98d74e7ee66c0c558"
}
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