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

@sa11y/preset-rules

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sa11y/preset-rules - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

8

package.json
{
"name": "@sa11y/preset-rules",
"version": "0.3.1",
"version": "0.3.2",
"description": "Accessibility preset rule configs for axe",

@@ -24,6 +24,6 @@ "license": "BSD-3-Clause",

"dependencies": {
"axe-core": "4.1.1"
"axe-core": "4.1.2"
},
"devDependencies": {
"@sa11y/common": "0.2.4-beta.0"
"@sa11y/common": "0.2.5-beta.0"
},

@@ -33,3 +33,3 @@ "publishConfig": {

},
"gitHead": "05e24c876d130a5741513d17f6b9d7f22608aaa1"
"gitHead": "caa24df18b75514bfbcbb4680d17dd51d7e7560e"
}

@@ -8,3 +8,2 @@ # `@sa11y/preset-rules`

- [Usage](#usage)

@@ -129,3 +128,3 @@ - [Ruleset Mapping](#ruleset-mapping)

| [page-has-heading-one](https://dequeuniversity.com/rules/axe/4.1/page-has-heading-one) | Ensure that the page, or at least one of its frames contains a level-one heading | Moderate | failure | :heavy_check_mark: | :heavy_check_mark: | This should always be true |
| [presentation-role-conflict](https://dequeuniversity.com/rules/axe/4.1/presentation-role-conflict) | Flags elements whose role is none or presentation and which cause the role conflict resolution to trigger. | Minor | failure | failure | :x: | :heavy_check_mark: | |
| [presentation-role-conflict](https://dequeuniversity.com/rules/axe/4.1/presentation-role-conflict) | Flags elements whose role is none or presentation and which cause the role conflict resolution to trigger. | Minor | failure | :x: | :heavy_check_mark: | |
| [region](https://dequeuniversity.com/rules/axe/4.1/region) | Ensures all page content is contained by landmarks | Moderate | failure | :x: | :heavy_check_mark: | Still have landmark work to do before enabling in "Base" set |

@@ -132,0 +131,0 @@ | [scope-attr-valid](https://dequeuniversity.com/rules/axe/4.1/scope-attr-valid) | Ensures the scope attribute is used correctly on tables | Moderate, Critical | failure | :heavy_check_mark: | :heavy_check_mark: | This should always be true |

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