@sa11y/preset-rules
Advanced tools
Comparing version 0.2.0-beta.0 to 0.2.1-beta.0
@@ -25,2 +25,6 @@ "use strict"; | ||
}, | ||
// Disable preloading assets as it causes timeouts for audio/video elements | ||
// with jest and delays webdriver tests by 2-3x when assets are not found (404) | ||
// Ref: https://github.com/dequelabs/axe-core/issues/2528 | ||
preload: false, | ||
resultTypes: ['violations'], | ||
@@ -27,0 +31,0 @@ }; |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
@@ -9,2 +9,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.full = exports.base = exports.recommended = exports.getA11yConfig = void 0; | ||
var a11yConfig_1 = require("./a11yConfig"); | ||
@@ -11,0 +12,0 @@ Object.defineProperty(exports, "getA11yConfig", { enumerable: true, get: function () { return a11yConfig_1.getA11yConfig; } }); |
{ | ||
"name": "@sa11y/preset-rules", | ||
"version": "0.2.0-beta.0", | ||
"version": "0.2.1-beta.0", | ||
"description": "Accessibility preset rule configs for axe", | ||
"license": "BSD-3-Clause", | ||
"homepage": "https://github.com/salesforce/sa11y/blob/master/packages/preset-rules#readme", | ||
"homepage": "https://github.com/salesforce/sa11y/tree/master/packages/preset-rules#readme", | ||
"repository": { | ||
@@ -23,5 +23,8 @@ "type": "git", | ||
"dependencies": { | ||
"axe-core": "3.5.5" | ||
"axe-core": "4.0.2" | ||
}, | ||
"gitHead": "1ac74866530acda3854cb60cc3047fb70ad0d999" | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "060538ddbc5563dc4f76f8f275c43dd7c6fd690d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
43849
187
0
+ Addedaxe-core@4.0.2(transitive)
- Removedaxe-core@3.5.5(transitive)
Updatedaxe-core@4.0.2