testcafe-browser-tools
Advanced tools
Comparing version 1.2.4 to 1.3.0
@@ -55,2 +55,6 @@ 'use strict'; | ||
var _apiWatchWindow = require('./api/watch-window'); | ||
var _apiWatchWindow2 = _interopRequireDefault(_apiWatchWindow); | ||
exports.default = { | ||
@@ -68,4 +72,5 @@ getInstallations: _apiGetInstallations2.default, | ||
generateThumbnail: _apiGenerateThumbnail2.default, | ||
isValidDeviceName: _apiIsValidDeviceName2.default | ||
isValidDeviceName: _apiIsValidDeviceName2.default, | ||
watchWindow: _apiWatchWindow2.default | ||
}; | ||
module.exports = exports.default; |
{ | ||
"name": "testcafe-browser-tools", | ||
"version": "1.2.4", | ||
"version": "1.3.0", | ||
"description": "An utility library for performing platform-dependent actions on browsers.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/DevExpress/testcafe-browser-tools", |
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
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
1579992
72
1454