Comparing version 0.3.1 to 0.3.2
@@ -56,5 +56,3 @@ /** | ||
if (DOMElements !== undefined) { | ||
var maxElements = Math.min(DOMElements.length, 5); | ||
for (var i = 0; i < maxElements; i++) { | ||
for (var i = 0; i < DOMElements.length; i++) { | ||
var el = DOMElements[i]; | ||
@@ -61,0 +59,0 @@ message += '\n'; |
{ | ||
"name": "a11y", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Runs an accessibility audit against a URL", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
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
12009
185