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

@applitools/screenshoter

Package Overview
Dependencies
Maintainers
24
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/screenshoter - npm Package Compare versions

Comparing version 3.3.8 to 3.3.9

5

CHANGELOG.md

@@ -7,2 +7,7 @@

## 3.3.9 - 2022/2/16
- remove prevention of translation in `mixed` scrolling mode
- updated to @applitools/snippets@2.1.15 (from 2.1.14)
## 3.3.8 - 2022/2/16

@@ -9,0 +14,0 @@

6

package.json
{
"name": "@applitools/screenshoter",
"version": "3.3.8",
"version": "3.3.9",
"description": "Applitools universal screenshoter for web and native applications",

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

"dependencies": {
"@applitools/snippets": "2.1.14",
"@applitools/snippets": "2.1.15",
"@applitools/utils": "1.2.13",

@@ -69,3 +69,3 @@ "png-async": "0.9.4"

"devDependencies": {
"@applitools/driver": "1.4.15",
"@applitools/driver": "1.4.16",
"@applitools/sdk-release-kit": "0.13.11",

@@ -72,0 +72,0 @@ "@applitools/spec-driver-webdriverio": "1.2.7",

@@ -107,3 +107,2 @@ const utils = require('@applitools/utils')

const scrollOffset = await element.scrollTo(offset)
if (utils.geometry.equals(scrollOffset, offset)) return scrollOffset

@@ -110,0 +109,0 @@ // there is a "bug" in iOS that will not move a root element if it already scrolled, so it should be translated all the way

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