edgedriver
Advanced tools
Comparing version 5.3.5 to 5.3.6
{ | ||
"name": "edgedriver", | ||
"version": "5.3.5", | ||
"version": "5.3.6", | ||
"description": "Microsofts' EdgeDriver for Node.js", | ||
@@ -49,9 +49,9 @@ "homepage": "https://webdriver.io", | ||
"devDependencies": { | ||
"@types/node": "^20.5.0", | ||
"@types/unzipper": "^0.10.6", | ||
"@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"@typescript-eslint/parser": "^6.4.0", | ||
"@types/node": "^20.5.9", | ||
"@types/unzipper": "^0.10.7", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"@vitest/coverage-c8": "^0.33.0", | ||
"eslint": "^8.47.0", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint": "^8.48.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-unicorn": "^48.0.1", | ||
@@ -62,6 +62,6 @@ "husky": "^8.0.3", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.6", | ||
"vitest": "^0.34.2", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.3", | ||
"wait-port": "^1.0.4", | ||
"webdriverio": "^8.15.4" | ||
"webdriverio": "^8.16.0" | ||
}, | ||
@@ -74,4 +74,4 @@ "dependencies": { | ||
"unzipper": "^0.10.14", | ||
"which": "^3.0.1" | ||
"which": "^4.0.0" | ||
} | ||
} |
@@ -210,4 +210,9 @@ EdgeDriver [![CI](https://github.com/webdriverio-community/node-edgedriver/actions/workflows/ci.yml/badge.svg)](https://github.com/webdriverio-community/node-edgedriver/actions/workflows/ci.yml) [![Audit](https://github.com/webdriverio-community/node-edgedriver/actions/workflows/audit.yml/badge.svg)](https://github.com/webdriverio-community/node-edgedriver/actions/workflows/audit.yml) | ||
### customEdgeDriverPath | ||
Don't download EdgeDriver, instead use a custom path to it, e.g. a cached binary. | ||
Type: `string` | ||
--- | ||
For more information on WebdriverIO see the [homepage](https://webdriver.io). |
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
50564
218
+ Addedisexe@3.1.1(transitive)
+ Addedwhich@4.0.0(transitive)
- Removedwhich@3.0.1(transitive)
Updatedwhich@^4.0.0