selenium-webdriver
Advanced tools
Comparing version 4.25.0 to 4.26.0
@@ -0,1 +1,8 @@ | ||
## 4.26.0 | ||
- Add CDP for Chrome 130 and remove 127 | ||
- Fix sendKeys command fail on FileDetector.handleFile error (#14663) | ||
- Update dependencies to latest versions to resolve security alerts | ||
- Close BiDi websocket connection (#14507) | ||
## 4.25.0 | ||
@@ -2,0 +9,0 @@ |
@@ -33,3 +33,3 @@ // Licensed to the Software Freedom Conservancy (SFC) under one | ||
// But since it needs to call async methods we cannot do that in the constructor. | ||
// We can have a separate async method that initialises the Script instance. | ||
// We can have a separate async method that initialises the Network instance. | ||
// However, that pattern does not allow chaining the methods as we would like the user to use it. | ||
@@ -36,0 +36,0 @@ // Since it involves awaiting to get the instance and then another await to call the method. |
{ | ||
"name": "selenium-webdriver", | ||
"version": "4.25.0", | ||
"version": "4.26.0", | ||
"description": "The official WebDriver JavaScript bindings from the Selenium project", | ||
@@ -26,3 +26,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@bazel/runfiles": "^5.8.1", | ||
"@bazel/runfiles": "^6.3.1", | ||
"jszip": "^3.10.1", | ||
@@ -33,15 +33,15 @@ "tmp": "^0.2.3", | ||
"devDependencies": { | ||
"@eslint/js": "^9.8.0", | ||
"@eslint/js": "^9.13.0", | ||
"clean-jsdoc-theme": "^4.3.0", | ||
"eslint": "^9.8.0", | ||
"eslint": "^9.13.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-mocha": "^10.5.0", | ||
"eslint-plugin-n": "^17.10.1", | ||
"eslint-plugin-no-only-tests": "^3.1.0", | ||
"eslint-plugin-n": "^17.11.1", | ||
"eslint-plugin-no-only-tests": "^3.3.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"express": "^4.19.2", | ||
"globals": "^15.9.0", | ||
"express": "^4.21.1", | ||
"globals": "^15.11.0", | ||
"has-flag": "^5.0.1", | ||
"jsdoc": "^4.0.3", | ||
"mocha": "^10.7.0", | ||
"jsdoc": "^4.0.4", | ||
"mocha": "^10.7.3", | ||
"mocha-junit-reporter": "^2.2.1", | ||
@@ -51,3 +51,3 @@ "multer": "1.4.5-lts.1", | ||
"serve-index": "^1.9.1", | ||
"sinon": "^18.0.0", | ||
"sinon": "^19.0.2", | ||
"supports-color": "^9.4.0" | ||
@@ -54,0 +54,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances 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
21048
18346788
3
+ Added@bazel/runfiles@6.3.1(transitive)
- Removed@bazel/runfiles@5.8.1(transitive)
Updated@bazel/runfiles@^6.3.1