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

@applitools/screenshoter

Package Overview
Dependencies
Maintainers
22
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.2.2 to 3.2.3

logs/screenshot_2021_08_12_10_21_06_033Z_full_app_failed_1628763666033.png

2

.bongo/dry-run/package-lock.json

@@ -7,3 +7,3 @@ {

"version": "file:../dry-run.tgz",
"integrity": "sha512-VBPg0HMZcGo83c0BO1PY1eLq6LQNvdT6yVt+ygypd+Nh6Ny/L/Eul87mHlSV3AJPF/pU7P2IkY6d9lAaObiM3A==",
"integrity": "sha512-g1lcC02PDAyrfC+1pqfHV9TMoDFoudaxC8XJ70F8HblyeIacygUhZbeKERi8nWG9t8Wuztsn/XIGC0N4vcJzjA==",
"requires": {

@@ -10,0 +10,0 @@ "@applitools/snippets": "2.1.4",

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

## 3.2.3 - 2021/8/13
- remove base64 sanitizing
## 3.2.2 - 2021/8/13

@@ -9,0 +13,0 @@

{
"name": "@applitools/screenshoter",
"version": "3.2.2",
"version": "3.2.3",
"description": "Applitools universal screenshoter for web and native applications",

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

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

logger.verbose('Taking native driver screenshot...')
const base64 = await driver.takeScreenshot()
// trimming line breaks since 3rd party grid providers can return them
const image = makeImage(base64.replace(/[\r\n]+/g, ''))
const image = makeImage(await driver.takeScreenshot())
await image.debug({...debug, name, suffix: 'original'})

@@ -144,0 +142,0 @@

Sorry, the diff of this file is not supported yet

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