@sa11y/format
Advanced tools
Comparing version 6.7.1-alpha.3 to 6.7.1-alpha.4
@@ -65,3 +65,3 @@ "use strict"; | ||
return (options.highlighter(`${options.a11yViolationIndicator} (${a11yResult.id}) ${a11yResult.description}: ${a11yResult.selectors}`) + | ||
`\n ${options.helpUrlIndicator} Help URL: ${a11yResult.helpUrl} \n ${options.helpUrlIndicator} WCAG Criteria: ${a11yResult.wcag}`); | ||
`\n\t;${options.helpUrlIndicator} Help URL: ${a11yResult.helpUrl} \n\t${options.helpUrlIndicator} WCAG Criteria: ${a11yResult.wcag}`); | ||
}) | ||
@@ -68,0 +68,0 @@ .join('\n\n'); |
@@ -6,3 +6,3 @@ "use strict"; | ||
const defaultImpact = 'minor'; // if impact is undefined | ||
const formatSpacing = ' '.repeat(6); | ||
const formatSpacing = '\t'.repeat(12); | ||
// Helper object to sort violations by impact order | ||
@@ -9,0 +9,0 @@ const impactOrder = { |
{ | ||
"name": "@sa11y/format", | ||
"version": "6.7.1-alpha.3", | ||
"version": "6.7.1-alpha.4", | ||
"description": "Accessibility results re-formatter", | ||
@@ -27,4 +27,4 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@sa11y/common": "6.7.1-alpha.3", | ||
"@sa11y/preset-rules": "6.7.1-alpha.3", | ||
"@sa11y/common": "6.7.1-alpha.4", | ||
"@sa11y/preset-rules": "6.7.1-alpha.4", | ||
"axe-core": "4.9.0" | ||
@@ -34,3 +34,3 @@ }, | ||
"@jest/globals": "28.1.3", | ||
"@sa11y/test-utils": "6.7.1-alpha.3" | ||
"@sa11y/test-utils": "6.7.1-alpha.4" | ||
}, | ||
@@ -43,3 +43,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "d29edc6690f37bc313d4324b72125d923ce26abd" | ||
"gitHead": "a44a4a6d189c9d2fc1424891d72a939863a49dd4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20771
+ Added@sa11y/common@6.7.1-alpha.4(transitive)
+ Added@sa11y/preset-rules@6.7.1-alpha.4(transitive)
- Removed@sa11y/common@6.7.1-alpha.3(transitive)
- Removed@sa11y/preset-rules@6.7.1-alpha.3(transitive)
Updated@sa11y/common@6.7.1-alpha.4