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

@applitools/driver

Package Overview
Dependencies
Maintainers
24
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/driver - npm Package Compare versions

Comparing version 1.4.8 to 1.4.9

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## 1.4.9 - 2022/1/12
- handle case with `spec.getCookies` throws an error when trying to get cookies of the browser
## 1.4.8 - 2022/1/5

@@ -8,0 +12,0 @@

@@ -487,3 +487,9 @@ "use strict";

return [];
return (_c = (_b = (_a = this._spec).getCookies) === null || _b === void 0 ? void 0 : _b.call(_a, this.target)) !== null && _c !== void 0 ? _c : [];
try {
return (_c = (await ((_b = (_a = this._spec).getCookies) === null || _b === void 0 ? void 0 : _b.call(_a, this.target)))) !== null && _c !== void 0 ? _c : [];
}
catch (error) {
this._driverInfo.features.allCookies = false;
throw error;
}
}

@@ -490,0 +496,0 @@ async getTitle() {

2

package.json
{
"name": "@applitools/driver",
"version": "1.4.8",
"version": "1.4.9",
"description": "Applitools universal framework wrapper",

@@ -5,0 +5,0 @@ "keywords": [

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