Socket
Book a DemoInstallSign in
Socket

@patternfly/patternfly-a11y

Package Overview
Dependencies
Maintainers
12
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternfly/patternfly-a11y - npm Package Compare versions

Comparing version

to
1.0.3

patternfly-a11y.config.js

2

cli.js

@@ -26,3 +26,3 @@ #!/usr/bin/env node

try {
pages.push(...require(urls));
pages.push(...require(path.resolve(process.cwd(), urls)));
}

@@ -29,0 +29,0 @@ catch (exception) {

@@ -7,3 +7,2 @@ const fs = require('fs');

let processedUrls = 0;
let exitCode = 0;

@@ -139,3 +138,3 @@ function makeReportMessage(type, error) {

processedUrls++;
console.log(`${`${processedUrls}/${numUrls}`.padEnd(10, ' ')} ${url}`);
console.log(`${processedUrls}/${numUrls}`.padEnd(10, ' '), url);

@@ -142,0 +141,0 @@ if (axeResults.incomplete) {

@@ -6,3 +6,2 @@ const os = require('os')

async function testPage({ page, data, worker }) {

@@ -67,14 +66,13 @@ const { url, prefix, axeOptions, crawl, urls, skipRegex, cluster, ignoreIncomplete } = data;

urls
.filter(url => !skipRegex.test(url))
.forEach(url => cluster.queue({
prefix: options.prefix,
url,
urls,
skipRegex,
cluster,
axeOptions,
ignoreIncomplete: options.ignoreIncomplete,
crawl: options.crawl
}));
urls = urls.filter(url => !skipRegex.test(url));
urls.forEach(url => cluster.queue({
prefix: options.prefix,
url,
urls,
skipRegex,
cluster,
axeOptions,
ignoreIncomplete: options.ignoreIncomplete,
crawl: options.crawl
}));

@@ -81,0 +79,0 @@ await cluster.idle();

{
"name": "@patternfly/patternfly-a11y",
"version": "1.0.2",
"version": "1.0.3",
"description": "Accessibility utilities for PatternFly.",

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

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.