New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/spec-driver-webdriver

Package Overview
Dependencies
Maintainers
51
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/spec-driver-webdriver - npm Package Compare versions

Comparing version 1.0.53 to 1.0.54

17

CHANGELOG.md
# Changelog
## [1.0.54](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.53...js/spec-driver-webdriver@1.0.54) (2023-12-19)
### Bug Fixes
* fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
### Dependencies
* @applitools/driver bumped to 1.16.1
#### Bug Fixes
* fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd))
* fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
* fixed infinite loop that may appear during attribute extraction ([#2102](https://github.com/applitools/eyes.sdk.javascript1/issues/2102)) ([6bef680](https://github.com/applitools/eyes.sdk.javascript1/commit/6bef680fbd2d5c26a46cf2a4f00bd083d1d02109))
## [1.0.53](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.52...js/spec-driver-webdriver@1.0.53) (2023-12-18)

@@ -4,0 +21,0 @@

4

dist/spec-driver.js

@@ -342,3 +342,5 @@ "use strict";

async function getDriverInfo(driver) {
return { sessionId: driver.sessionId };
var _a;
const driverServerUrl = `${driver.options.protocol}://${driver.options.hostname}${driver.options.port ? `:${driver.options.port}` : ''}${(_a = driver.options.path) !== null && _a !== void 0 ? _a : ''}`;
return { sessionId: driver.sessionId, driverServerUrl };
}

@@ -345,0 +347,0 @@ exports.getDriverInfo = getDriverInfo;

{
"name": "@applitools/spec-driver-webdriver",
"version": "1.0.53",
"version": "1.0.54",
"keywords": [

@@ -52,3 +52,3 @@ "webdriver",

"dependencies": {
"@applitools/driver": "1.16.0",
"@applitools/driver": "1.16.1",
"@applitools/utils": "1.7.0",

@@ -55,0 +55,0 @@ "http-proxy-agent": "5.0.0",

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