Socket
Socket
Sign inDemoInstall

@sa11y/common

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sa11y/common - npm Package Compare versions

Comparing version 6.6.1 to 6.6.2

6

dist/helpers.js

@@ -37,2 +37,3 @@ "use strict";

*/
const sa11yAutoFilterListDefaultPackageName = 'sa11y-jest-automated-check-file-exclusion';
const fs = __importStar(require("fs"));

@@ -47,3 +48,3 @@ function log(...args) {

function useFilesToBeExempted() {
const packageName = process.env.SA11Y_AUTO_FILTER_LIST_PACKAGE_NAME ?? 'sa11y-jest-automated-check-file-exclusion';
const packageName = process.env.SA11Y_AUTO_FILTER_LIST_PACKAGE_NAME ?? sa11yAutoFilterListDefaultPackageName;
let getFilesToBeExempted;

@@ -58,3 +59,4 @@ if (packageName !== '') {

catch (error) {
console.log('Package not found : ', packageName);
if (packageName !== sa11yAutoFilterListDefaultPackageName)
console.log('Package not found : ', packageName);
}

@@ -61,0 +63,0 @@ }

{
"name": "@sa11y/common",
"version": "6.6.1",
"version": "6.6.2",
"description": "Common utilities, constants, error messages for @sa11y",

@@ -19,6 +19,6 @@ "license": "BSD-3-Clause",

"dependencies": {
"axe-core": "4.8.3"
"axe-core": "4.9.0"
},
"devDependencies": {
"webdriverio": "7.35.0"
"webdriverio": "7.36.0"
},

@@ -31,3 +31,3 @@ "publishConfig": {

},
"gitHead": "4a977f8a74a2f7299914412b0af2bf7913f34c67"
"gitHead": "03c66b2df14c3d80601e50e911a3eb40e8b5cbcd"
}

Sorry, the diff of this file is not supported yet

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