@applitools/driver
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -7,3 +7,3 @@ { | ||
"version": "file:../dry-run.tgz", | ||
"integrity": "sha512-GSrryp64b0B29VRYaZ1P5U6PoLMWYboJBlxl7gUVEx7vzFp7vmdXt1ZhGXsSYokusbE8vE4tVZWEPvfiqmdsww==", | ||
"integrity": "sha512-4x8riorXCbPAKB3XzE+XkH1I0frvd+SADrZcdeSQaOJ5U/jIOzz2c7o1JNtfDOm4HYFiIGavbR/fae+KhQ4znQ==", | ||
"requires": { | ||
@@ -10,0 +10,0 @@ "@applitools/snippets": "2.1.0", |
@@ -6,2 +6,6 @@ # Change Log | ||
## 1.0.2 - 2020/12/29 | ||
- add `setTransforms` method to element | ||
- add `setTransforms` method to element | ||
## 1.0.1 - 2020/12/1 | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@applitools/driver", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Applitools universal framework wrapper", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@applitools/sdk-release-kit": "0.10.5", | ||
"@applitools/sdk-release-kit": "0.10.6", | ||
"eslint": "^7.9.0", | ||
@@ -38,0 +38,0 @@ "eslint-plugin-mocha-no-only": "^1.1.1", |
@@ -130,2 +130,8 @@ const scripts = require('./scripts') | ||
async setTransforms(transforms) { | ||
return this.withRefresh(() => | ||
scripts.setTransforms(this._logger, this._context, transforms, this), | ||
) | ||
} | ||
async hideScrollbars() { | ||
@@ -132,0 +138,0 @@ return this.withRefresh(async () => { |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
89229
1565
0