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

@applitools/driver

Package Overview
Dependencies
Maintainers
28
Versions
218
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.5.5 to 1.5.6

6

dist/driver.js

@@ -125,6 +125,8 @@ "use strict";

get isIOS() {
return this.platformName === 'iOS';
var _a;
return ((_a = this.platformName) === null || _a === void 0 ? void 0 : _a.toLowerCase()) === 'ios';
}
get isAndroid() {
return this.platformName === 'Android';
var _a;
return ((_a = this.platformName) === null || _a === void 0 ? void 0 : _a.toLowerCase()) === 'android';
}

@@ -131,0 +133,0 @@ get isIE() {

{
"name": "@applitools/driver",
"version": "1.5.5",
"version": "1.5.6",
"description": "Applitools universal framework wrapper",

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

"devDependencies": {
"@applitools/sdk-release-kit": "1.0.4",
"@applitools/bongo": "^2.0.0",
"@types/mocha": "^9.0.0",

@@ -84,0 +84,0 @@ "@types/node": "^16.3.3",

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