Socket
Socket
Sign inDemoInstall

@sa11y/preset-rules

Package Overview
Dependencies
Maintainers
1
Versions
78
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.0 to 0.3.1

dist/a11yConfig.d.ts

9

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

@@ -20,3 +20,4 @@ "license": "BSD-3-Clause",

"files": [
"dist/**/*.js"
"dist/**/*.js",
"dist/**/*.d.ts*"
],

@@ -27,3 +28,3 @@ "dependencies": {

"devDependencies": {
"@sa11y/common": "0.2.3-beta.0"
"@sa11y/common": "0.2.4-beta.0"
},

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

},
"gitHead": "5e1e2c141e55dbf5af9da9357ae328ff73eb904d"
"gitHead": "05e24c876d130a5741513d17f6b9d7f22608aaa1"
}

@@ -103,4 +103,4 @@ # `@sa11y/preset-rules`

| Rule ID | Description | Impact | Issue Type | In Base Ruleset | In Recommended Ruleset | Notes |
| -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------ | -------------------------- | ------------------ | ---------------------- | ---------------------------------------------------------------------------------------------- | --- |
| Rule ID | Description | Impact | Issue Type | In Base Ruleset | In Recommended Ruleset | Notes|
| -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ------------------ | -------------------------- | ------------------ | ---------------------- | ---------------------------------------------------------------------------------------------- |
| [accesskeys](https://dequeuniversity.com/rules/axe/4.1/accesskeys) | Ensures every accesskey attribute value is unique | Serious | failure | :x: | :heavy_check_mark: | Rarely applicable |

@@ -107,0 +107,0 @@ | [aria-allowed-role](https://dequeuniversity.com/rules/axe/4.1/aria-allowed-role) | Ensures role attribute has an appropriate value for the element | Minor | failure, needs review | :x: | :heavy_check_mark: | |

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