testcafe-browser-tools
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -13,6 +13,4 @@ 'use strict'; | ||
var _utilsArch = require('./utils/arch'); | ||
var _linuxPlatformInfo = require('linux-platform-info'); | ||
var _utilsArch2 = _interopRequireDefault(_utilsArch); | ||
var BINARIES = void 0; | ||
@@ -46,8 +44,8 @@ | ||
findWindow: _readFileRelative.toAbsPath('../bin/linux/find-window.sh'), | ||
close: _readFileRelative.toAbsPath('../bin/linux/' + _utilsArch2.default.bits + '/close'), | ||
getWindowSize: _readFileRelative.toAbsPath('../bin/linux/' + _utilsArch2.default.bits + '/get-window-size'), | ||
resize: _readFileRelative.toAbsPath('../bin/linux/' + _utilsArch2.default.bits + '/resize'), | ||
maximize: _readFileRelative.toAbsPath('../bin/linux/' + _utilsArch2.default.bits + '/maximize'), | ||
screenshot: _readFileRelative.toAbsPath('../bin/linux/' + _utilsArch2.default.bits + '/screenshot'), | ||
generateThumbnail: _readFileRelative.toAbsPath('../bin/linux/' + _utilsArch2.default.bits + '/generate-thumbnail') | ||
close: _readFileRelative.toAbsPath('../bin/linux/' + _linuxPlatformInfo.platform + '/close'), | ||
getWindowSize: _readFileRelative.toAbsPath('../bin/linux/' + _linuxPlatformInfo.platform + '/get-window-size'), | ||
resize: _readFileRelative.toAbsPath('../bin/linux/' + _linuxPlatformInfo.platform + '/resize'), | ||
maximize: _readFileRelative.toAbsPath('../bin/linux/' + _linuxPlatformInfo.platform + '/maximize'), | ||
screenshot: _readFileRelative.toAbsPath('../bin/linux/' + _linuxPlatformInfo.platform + '/screenshot'), | ||
generateThumbnail: _readFileRelative.toAbsPath('../bin/linux/' + _linuxPlatformInfo.platform + '/generate-thumbnail') | ||
}; | ||
@@ -54,0 +52,0 @@ } else BINARIES = {}; |
{ | ||
"name": "testcafe-browser-tools", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "An utility library for performing platform-dependent actions on browsers.", | ||
@@ -19,2 +19,3 @@ "homepage": "https://github.com/DevExpress/testcafe-browser-tools", | ||
"babel-runtime": "^5.6.15", | ||
"linux-platform-info": "0.0.1", | ||
"mustache": "^2.1.2", | ||
@@ -21,0 +22,0 @@ "os-family": "^1.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 24 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 12 instances in 1 package
1576824
70
9
1384
44
+ Addedlinux-platform-info@0.0.1
+ Addedlinux-platform-info@0.0.1(transitive)