Socket
Socket
Sign inDemoInstall

eslint-plugin-jsx-a11y

Package Overview
Dependencies
190
Maintainers
4
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.7.0 to 6.7.1

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [v6.7.1](https://github.com/ljharb/eslint-plugin-jsx-a11y/compare/v6.7.0...v6.7.1) - 2023-01-11
### Commits
- [Fix] `no-aria-hidden-on-focusable` rule's missing export [`b01219e`](https://github.com/ljharb/eslint-plugin-jsx-a11y/commit/b01219edc2eb289c7a068b4fa195f2ac04e915fa)
## [v6.7.0](https://github.com/ljharb/eslint-plugin-jsx-a11y/compare/v6.6.1...v6.7.0) - 2023-01-09

@@ -10,0 +16,0 @@

4

docs/rules/no-aria-hidden-on-focusable.md

@@ -1,3 +0,5 @@

# no-aria-hidden-on-focusable
# jsx-a11y/no-aria-hidden-on-focusable
<!-- end auto-generated rule header -->
Enforce that `aria-hidden="true"` is not set on focusable elements.

@@ -4,0 +6,0 @@

@@ -31,2 +31,3 @@ "use strict";

'no-access-key': require('./rules/no-access-key'),
'no-aria-hidden-on-focusable': require('./rules/no-aria-hidden-on-focusable'),
'no-autofocus': require('./rules/no-autofocus'),

@@ -33,0 +34,0 @@ 'no-distracting-elements': require('./rules/no-distracting-elements'),

{
"name": "eslint-plugin-jsx-a11y",
"version": "6.7.0",
"version": "6.7.1",
"description": "Static AST checker for accessibility rules on JSX elements.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -148,2 +148,3 @@ <p align="center">

| [no-access-key](docs/rules/no-access-key.md) | Enforce that the `accessKey` prop is not used on any element to avoid complications with keyboard commands used by a screenreader. | โ˜‘๏ธ ๐Ÿ”’ | | |
| [no-aria-hidden-on-focusable](docs/rules/no-aria-hidden-on-focusable.md) | Disallow `aria-hidden="true"` from being set on focusable elements. | | | |
| [no-autofocus](docs/rules/no-autofocus.md) | Enforce autoFocus prop is not used. | โ˜‘๏ธ ๐Ÿ”’ | | |

@@ -150,0 +151,0 @@ | [no-distracting-elements](docs/rules/no-distracting-elements.md) | Enforce distracting elements are not used. | โ˜‘๏ธ ๐Ÿ”’ | | |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc