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

@applitools/screenshoter

Package Overview
Dependencies
Maintainers
33
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.6.1 to 3.6.2

2

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

@@ -5,0 +5,0 @@ "keywords": [

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

if (stabilization.rotate) image.rotate(stabilization.rotate)
else if (driver.orientation?.startsWith('landscape') && image.width < image.height) image.rotate(-90)
else if (driver.orientation.startsWith('landscape') && image.width < image.height) image.rotate(-90)

@@ -130,3 +130,3 @@ if (stabilization.crop) image.crop(stabilization.crop)

if (stabilization.rotate) image.rotate(stabilization.rotate)
else if (driver.orientation?.startsWith('landscape') && image.width < image.height) image.rotate(-90)
else if (driver.orientation.startsWith('landscape') && image.width < image.height) image.rotate(-90)

@@ -133,0 +133,0 @@ await image.debug({...debug, name: 'marker'})

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