Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

selenium-webdriver

Package Overview
Dependencies
Maintainers
8
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selenium-webdriver - npm Package Compare versions

Comparing version 4.25.0 to 4.26.0

7

CHANGES.md

@@ -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 @@

2

lib/network.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc