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

@applitools/driver

Package Overview
Dependencies
Maintainers
34
Versions
219
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.11.20 to 1.11.21

13

dist/capabilities.js

@@ -21,6 +21,15 @@ "use strict";

info.deviceName = ((_h = (_g = capabilities.desired) === null || _g === void 0 ? void 0 : _g.deviceName) !== null && _h !== void 0 ? _h : capabilities.deviceName) || undefined;
info.isNative = info.isMobile && !info.browserName;
info.orientation = (_k = ((_j = capabilities.deviceOrientation) !== null && _j !== void 0 ? _j : capabilities.orientation)) === null || _k === void 0 ? void 0 : _k.toLowerCase();
info.isIOS = isIOS(capabilities);
info.isAndroid = isAndroid(capabilities);
info.orientation = (_k = ((_j = capabilities.deviceOrientation) !== null && _j !== void 0 ? _j : capabilities.orientation)) === null || _k === void 0 ? void 0 : _k.toLowerCase();
if (!info.browserName) {
info.isNative = true;
}
else if (info.isIOS && !/mobilesafari/i.test(capabilities.CFBundleIdentifier)) {
info.browserName = undefined;
info.isNative = true;
}
else {
info.isNative = false;
}
}

@@ -27,0 +36,0 @@ if (info.isNative) {

4

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

@@ -91,3 +91,3 @@ "keywords": [

"@applitools/logger": "1.1.36",
"@applitools/snippets": "2.4.11",
"@applitools/snippets": "2.4.12",
"@applitools/utils": "1.3.22",

@@ -94,0 +94,0 @@ "semver": "7.3.7"

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