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

@sa11y/format

Package Overview
Dependencies
Maintainers
4
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sa11y/format - npm Package Compare versions

Comparing version 6.7.1-alpha.3 to 6.7.1-alpha.4

2

dist/format.js

@@ -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"
}
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