accessibility-checker
Advanced tools
Comparing version 3.1.28 to 3.1.29-rc.0
@@ -385,3 +385,4 @@ "use strict"; | ||
page = parsed; | ||
return [4 /*yield*/, page.evaluate(function (policies, customRulesets) { | ||
return [4 /*yield*/, page.evaluate(function (_a) { | ||
var policies = _a.policies, customRulesets = _a.customRulesets; | ||
var checker = new window.ace.Checker(); | ||
@@ -400,3 +401,3 @@ customRulesets.forEach(function (rs) { return checker.addRuleset(rs); }); | ||
}); | ||
}, Config.policies, ACEngineManager_1.ACEngineManager.customRulesets)]; | ||
}, { policies: Config.policies, customRulesets: ACEngineManager_1.ACEngineManager.customRulesets })]; | ||
case 1: | ||
@@ -403,0 +404,0 @@ report = _c.sent(); |
{ | ||
"name": "accessibility-checker", | ||
"version": "3.1.28", | ||
"version": "3.1.29-rc.0", | ||
"description": "An automated testing tools for accessibility testing using Puppeteer, Selenium, or Zombie", | ||
@@ -25,3 +25,4 @@ "main": "index.js", | ||
"puppeteer": "^13.0.0", | ||
"request": "^2.88.2" | ||
"request": "^2.88.2", | ||
"uuid": "^8.3.2" | ||
}, | ||
@@ -28,0 +29,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
1487896
10537
6
3
+ Addeduuid@^8.3.2
+ Addeduuid@8.3.2(transitive)