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

@daisy/ace-report-axe

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daisy/ace-report-axe - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

2

lib/index.js

@@ -77,3 +77,3 @@ /* eslint "quote-props": false */

if (kbTitle == 'Unknown') winston.verbose(`Couldn’t find KB key for rule '${violation.id}'`);
const test = new builders.TestBuilder().withImpact(violation.impact).withTitle(violation.id).withDescription(violation.description).withHelp(kbURL, kbTitle).withRulesetTags(violation.tags).build();
const test = new builders.TestBuilder().withImpact(violation.impact).withTitle(violation.id).withDescription(violation.description).withHelp(kbURL, kbTitle, violation.help).withRulesetTags(violation.tags).build();
violation.nodes.forEach(node => assertion.withAssertions(new builders.AssertionBuilder().withAssertedBy('aXe').withMode('automatic').withTest(test).withResult(new builders.ResultBuilder('fail').withDescription(node.failureSummary).withPointer(node.target, node.targetCFI).withHTML(node.html).build()).build()));

@@ -80,0 +80,0 @@ });

{
"name": "@daisy/ace-report-axe",
"version": "v0.8.0",
"version": "0.9.0",
"description": "Ace report adapter for aXe",

@@ -5,0 +5,0 @@ "author": {

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