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

@patternfly/patternfly-a11y

Package Overview
Dependencies
Maintainers
11
Versions
47
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 0.0.16 to 0.0.17

2

cli.js

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

pages: jsonFile ? require(jsonFile) : [argv._],
skipPages: argv.skip,
skipRegex: argv.skip,
prefix: argv.prefix,

@@ -66,0 +66,0 @@ crawl: argv.crawl,

@@ -227,5 +227,5 @@ const fs = require('fs');

pages = options.pages;
const skipRegex = new RegExp(options.skip);
const skipRegex = new RegExp(options.skipRegex);
for (let i = 0; i < pages.length; i++) {
if (options.skip && skipRegex.test(pages[i])) {
if (options.skipRegex && skipRegex.test(pages[i])) {
continue;

@@ -232,0 +232,0 @@ }

{
"name": "@patternfly/patternfly-a11y",
"version": "0.0.16",
"version": "0.0.17",
"description": "Accessibility utilities for PatternFly",

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

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