Comparing version 1.1.9 to 1.1.91-f
{ | ||
"name": "cf-auto", | ||
"version": "1.1.9", | ||
"version": "1.1.91-f", | ||
"description": "test runner", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"chai": "^4.1.2", | ||
"chromedriver": "^90.0.0", | ||
"chromedriver": "^91.0.0", | ||
"ecstatic": "^4.1.4", | ||
@@ -23,0 +23,0 @@ "fs-extra": "^8.1.0", |
@@ -18,3 +18,3 @@ import { getQueryParam } from "./assist/query.js"; | ||
taskList = taskList.filter(task => { | ||
return task.path.indexOf(filter) > -1; | ||
return task.path === filter; | ||
}); | ||
@@ -40,7 +40,7 @@ } | ||
document.querySelectorAll('.editor_link').forEach(item => { | ||
item.setAttribute('href','http://localhost:10003/?quesID=' + item.innerText); | ||
item.setAttribute('href', 'http://localhost:10003/?quesID=' + item.innerText); | ||
item.setAttribute('target', '_blank'); | ||
}); | ||
document.querySelectorAll('.test_link').forEach(item => { | ||
item.setAttribute('href',location.origin + location.pathname + '?filter=' + item.innerText); | ||
item.setAttribute('href', location.origin + location.pathname + '?filter=' + item.innerText); | ||
item.setAttribute('target', '_blank'); | ||
@@ -47,0 +47,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
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
23677
2
+ Added@types/node@22.10.0(transitive)
+ Addedchromedriver@91.0.1(transitive)
+ Addedselenium-webdriver@4.27.0(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@types/node@22.9.2(transitive)
- Removedchromedriver@90.0.1(transitive)
- Removedselenium-webdriver@4.26.0(transitive)
- Removedundici-types@6.19.8(transitive)
Updatedchromedriver@^91.0.0