You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

makeup-active-descendant

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makeup-active-descendant - npm Package Compare versions

Comparing version

to
0.2.0

2

index.js

@@ -36,3 +36,3 @@ 'use strict';

axis: 'both',
useAriaSelected: true
useAriaSelected: false
};

@@ -39,0 +39,0 @@

{
"name": "makeup-active-descendant",
"description": "Implements ARIA active descendant keyboard navigation",
"version": "0.1.6",
"version": "0.2.0",
"main": "index.js",

@@ -41,3 +41,3 @@ "repository": "https://github.com/makeup-js/makeup-active-descendant.git",

"coveralls": "^3",
"eslint": "^5",
"eslint": "^6",
"eslint-config-ebay": "^1",

@@ -52,3 +52,3 @@ "jasmine-core": "^3",

"nodelist-foreach-polyfill": "^1",
"onchange": "^5",
"onchange": "^6",
"parallelshell": "^3",

@@ -55,0 +55,0 @@ "puppeteer": "^1",

@@ -180,3 +180,3 @@ # makeup-active-descendant

* `axis` : specify 'x' for left/right arrow keys, 'y' for up/down arrow keys, or 'both' (default: 'both')
* `useAriaSelected` - set to true to use aria-selected state on descendant items (historically required by Safari + Voiceover) (default: true)
* `useAriaSelected` - set to true to use aria-selected state on descendant items (historically required by Safari + Voiceover, but hopefully not needed anymore) (default: false)

@@ -183,0 +183,0 @@ ## Custom Events

Sorry, the diff of this file is not supported yet