
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
pa11y-reporter-json
Advanced tools
The reporter has been merged into pa11y/reporters.
A JSON reporter for Pa11y 5.0.
:warning: this reporter is built into Pa11y, there's no need to install separately :warning:
Pa11y JSON Reporter is compatible with Pa11y 5 and later versions. It will not work with older versions of Pa11y.
Pa11y version | Pa11y CLI reporter version |
---|---|
1.x - 4.x | Unsupported |
5.x | 1.x |
6.x | 2.x |
Install Pa11y and Pa11y JSON Reporter with npm (locally or globally is fine):
npm install -g pa11y pa11y-reporter-json
Run Pa11y using the JSON reporter:
pa11y --reporter json http://example.com
Assuming you've installed both Pa11y and Pa11y JSON Reporter:
const json = require('pa11y-reporter-json');
const pa11y = require('pa11y');
pa11y('http://example.com').then(results => {
// Returns a string with the results formatted as JSON
const jsonResults = json.results(results);
console.log(jsonResults);
});
There are many ways to contribute to Pa11y JSON Reporter, we cover these in the contributing guide for this repo.
If you're ready to contribute some code, clone this repo locally and commit your code on a new branch.
Please write unit tests for your code, and check that everything works by running the following before opening a Pull Request:
make ci
You can also run verifications and tests individually:
make verify # Verify all of the code (ESLint)
make test # Run all tests
make test-unit # Run the unit tests
make test-unit-coverage # Run the unit tests with coverage
Pa11y JSON Reporter is licensed under the Lesser General Public License (LGPL-3.0).
Copyright © 2017, Team Pa11y
2.0.1 (2022-03-31)
FAQs
A JSON reporter for Pa11y
The npm package pa11y-reporter-json receives a total of 15,228 weekly downloads. As such, pa11y-reporter-json popularity was classified as popular.
We found that pa11y-reporter-json demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.