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

@applitools/screenshoter

Package Overview
Dependencies
Maintainers
30
Versions
173
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.24 to 3.3.25

4

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

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

"@applitools/scripts": "1.1.0",
"@applitools/spec-driver-webdriverio": "1.2.9",
"@applitools/spec-driver-webdriverio": "1.2.10",
"@applitools/test-utils": "1.3.2",

@@ -83,0 +83,0 @@ "appium": "^1.22.3",

@@ -48,3 +48,3 @@ const fs = require('fs')

const rotatedSize = utils.geometry.rotate(scaledSize, transforms.rotate)
return utils.geometry.round(rotatedSize)
return utils.geometry.ceil(rotatedSize)
},

@@ -54,3 +54,3 @@ get unscaledSize() {

const rotatedSize = utils.geometry.rotate(croppedSize, transforms.rotate)
return utils.geometry.round(rotatedSize)
return utils.geometry.ceil(rotatedSize)
},

@@ -57,0 +57,0 @@ get rawSize() {

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