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

@helptheweb/scanner

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helptheweb/scanner

service to scan websites and get accessibility violations

  • 2.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Web Accessibility Report Generator

This is a command-line tool that generates web accessibility reports for a single URL or multiple URLs from a sitemap. It uses the axe-puppeteer library to analyze web pages for accessibility issues and provides detailed reports on any violations found.

Prerequisites

Before running the tool, make sure you have the following dependencies installed:

  • Node.js (version 20 or above)
  • npm

Installation

  1. Clone the repository or download the source code.
  2. Open a terminal and navigate to the project directory.
  3. Run the following command to install the required dependencies:
npm install

Usage

First, generate the dist files with npm run build

This should output the compiled files to the dist directory

Afterwards, use the sandbox file to generate anything you'll need. By default, we'll get the entire set of results from helptheweb.org

node bin/test.js

Output

The tool will generate accessibility reports and display them in the console. For each URL, the report includes:

  • URL
  • Timestamp
  • Violations (if any)
    • Description
    • Impact
    • Help
    • Elements (HTML snippets)

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Disclaimer

This tool is provided as-is and may not catch all accessibility issues. It is recommended to use this tool in conjunction with manual testing and other accessibility evaluation methods to ensure comprehensive coverage.

Keywords

FAQs

Package last updated on 31 Oct 2024

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

  • 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