@axe-core/watcher
Advanced tools
Comparing version 3.16.1-next.14350035 to 3.16.1-next.55656946
@@ -167,2 +167,3 @@ "use strict"; | ||
if (!shouldAnalyzeLocation(win.location)) { | ||
isStopped = true; | ||
logDebugAxeWatcher({ | ||
@@ -176,2 +177,8 @@ message: `Stop: Skipped - invalid protocol` | ||
} | ||
if (isStopped) { | ||
logDebugAxeWatcher({ | ||
message: `Stop: Analysis skipped - manual mode` | ||
}); | ||
return Promise.resolve({ message: `Skipped (Manual mode)`, subject }); | ||
} | ||
return new Promise(resolve => { | ||
@@ -178,0 +185,0 @@ const fn = (event) => { |
{ | ||
"name": "@axe-core/watcher", | ||
"version": "3.16.1-next.14350035", | ||
"version": "3.16.1-next.55656946", | ||
"description": "", | ||
@@ -29,3 +29,3 @@ "license": "UNLICENSED", | ||
"devDependencies": { | ||
"@deque/advanced-rule-recorder": "^1.25.0-next.44cf60d4", | ||
"@deque/advanced-rule-recorder": "^1.25.1-next.4f1314b2", | ||
"@playwright/test": "^1.45.0", | ||
@@ -32,0 +32,0 @@ "@types/body-parser": "^1.19.2", |
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 too big to display
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
2247098
3297
2