Socket
Book a DemoInstallSign in
Socket

@qualweb/earl-reporter

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qualweb/earl-reporter

Qualweb earl reporter

0.5.4
latest
Source
npmnpm
Version published
Weekly downloads
82
-34.4%
Maintainers
4
Weekly downloads
 
Created
Source

QualWeb EARL reporter

EARL reporter module for QualWeb.

How to use

This is an internal module of QualWeb. To use it check either @qualweb/cli or @qualweb/core.

Report details

  {
    "@context": "https://act-rules.github.io/earl-context.json",
    "@graph": [
      {
        "@type": "TestSubject",
        "source": "url of the tested webpage",
        "redirectedTo": "final url after redirects (if any)",
        "assertor": {
          "@id": "QualWeb",
          "@type": "Software",
          "title": "QualWeb",
          "description": "QualWeb is an automatic accessibility evaluator for webpages.",
          "hasVersion": "QualWeb version",
          "homepage": "http://www.qualweb.di.fc.ul.pt/"
        },
        "assertions": [
          {
            "@type": "Assertion",
            "test": {
              "@id": "url fo the rule/technique",
              "@type": "TestCase",
              "title": "rule/technique name",
              "description": "rule/technique description"
            },
            "mode": "earl:automatic",
            "result": {
              "@type": "TestResult",
              "outcome": "outcome of the rule/technique",
              "source": [
                {
                  "result": {
                    "pointer": "Pointer to the test target in CSS notation",
                    "outcome": "outcome of the test"
                  }
                },
                {
                  ...
                }
              ],
              "description": "Description of the outcome",
              "date": "Date of the evaluation"
            }
          },
          {
            ...
          }
        ]
      },
      {
        ...
      }
    ]
  }

License

ISC

Keywords

earl

FAQs

Package last updated on 23 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.