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

aria-query

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aria-query - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

4

CHANGELOG.md

@@ -71,1 +71,5 @@ # aria-query Change Log

- 0b2d4ed Handle header element as banner role (#47)
## 4.2.2
- 7819fe4 Fix the allowed props of the heading role (jsx-eslint/eslint-plugin-jsx-a11y#704)

4

lib/etc/roles/literal/headingRole.js

@@ -17,3 +17,5 @@ "use strict";

prohibitedProps: [],
props: {},
props: {
'aria-level': null
},
relatedConcepts: [{

@@ -20,0 +22,0 @@ concept: {

{
"name": "aria-query",
"version": "4.2.1",
"version": "4.2.2",
"description": "Programmatic access to the ARIA specification",

@@ -5,0 +5,0 @@ "main": "lib/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