New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@siteimprove/alfa-aria

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@siteimprove/alfa-aria - npm Package Compare versions

Comparing version 0.92.0 to 0.93.0

2

CHANGELOG.md
# @siteimprove/alfa-aria
## 0.93.0
## 0.92.0

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

8

dist/feature.js

@@ -11,3 +11,3 @@ import { Cache } from "@siteimprove/alfa-cache";

import { Role } from "./role.js";
const { hasAttribute, hasInputType, hasName, inputType, isElement, isScopedTo, } = Element;
const { hasAttribute, hasInputType, hasName, isElement, isScopedTo } = Element;
const { or, test } = Predicate;

@@ -201,3 +201,3 @@ const { and } = Refinement;

input: html((element) => {
switch (inputType(element)) {
switch (element.inputType()) {
case "button":

@@ -389,2 +389,6 @@ case "image":

// <option> are still mapped to option, which are out of their context role.
// See https://www.w3.org/TR/html-aam-1.0/#el-select-combobox
// UAs seem to interpose a listbox, sometimes through UA shadow DOM.
// This is actually a good behaviour as the combobox is supposed to control
// a listbox containing the options.
// We cheat and always map <select> to listbox

@@ -391,0 +395,0 @@ "listbox",

@@ -5,3 +5,3 @@ {

"homepage": "https://alfa.siteimprove.com",
"version": "0.92.0",
"version": "0.93.0",
"license": "MIT",

@@ -29,28 +29,28 @@ "description": "Functionality for working with ARIA and the accessibility tree",

"dependencies": {
"@siteimprove/alfa-array": "^0.92.0",
"@siteimprove/alfa-cache": "^0.92.0",
"@siteimprove/alfa-device": "^0.92.0",
"@siteimprove/alfa-dom": "^0.92.0",
"@siteimprove/alfa-equatable": "^0.92.0",
"@siteimprove/alfa-flags": "^0.92.0",
"@siteimprove/alfa-graph": "^0.92.0",
"@siteimprove/alfa-hash": "^0.92.0",
"@siteimprove/alfa-iterable": "^0.92.0",
"@siteimprove/alfa-json": "^0.92.0",
"@siteimprove/alfa-map": "^0.92.0",
"@siteimprove/alfa-mapper": "^0.92.0",
"@siteimprove/alfa-option": "^0.92.0",
"@siteimprove/alfa-predicate": "^0.92.0",
"@siteimprove/alfa-refinement": "^0.92.0",
"@siteimprove/alfa-selector": "^0.92.0",
"@siteimprove/alfa-sequence": "^0.92.0",
"@siteimprove/alfa-set": "^0.92.0",
"@siteimprove/alfa-string": "^0.92.0",
"@siteimprove/alfa-style": "^0.92.0",
"@siteimprove/alfa-table": "^0.92.0",
"@siteimprove/alfa-thunk": "^0.92.0",
"@siteimprove/alfa-tree": "^0.92.0"
"@siteimprove/alfa-array": "^0.93.0",
"@siteimprove/alfa-cache": "^0.93.0",
"@siteimprove/alfa-device": "^0.93.0",
"@siteimprove/alfa-dom": "^0.93.0",
"@siteimprove/alfa-equatable": "^0.93.0",
"@siteimprove/alfa-flags": "^0.93.0",
"@siteimprove/alfa-graph": "^0.93.0",
"@siteimprove/alfa-hash": "^0.93.0",
"@siteimprove/alfa-iterable": "^0.93.0",
"@siteimprove/alfa-json": "^0.93.0",
"@siteimprove/alfa-map": "^0.93.0",
"@siteimprove/alfa-mapper": "^0.93.0",
"@siteimprove/alfa-option": "^0.93.0",
"@siteimprove/alfa-predicate": "^0.93.0",
"@siteimprove/alfa-refinement": "^0.93.0",
"@siteimprove/alfa-selector": "^0.93.0",
"@siteimprove/alfa-sequence": "^0.93.0",
"@siteimprove/alfa-set": "^0.93.0",
"@siteimprove/alfa-string": "^0.93.0",
"@siteimprove/alfa-style": "^0.93.0",
"@siteimprove/alfa-table": "^0.93.0",
"@siteimprove/alfa-thunk": "^0.93.0",
"@siteimprove/alfa-tree": "^0.93.0"
},
"devDependencies": {
"@siteimprove/alfa-test": "^0.92.0",
"@siteimprove/alfa-test": "^0.93.0",
"prettier": "^3.0.0",

@@ -57,0 +57,0 @@ "puppeteer": "^23.0.0"

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