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

@applitools/dom-utils

Package Overview
Dependencies
Maintainers
20
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/dom-utils - npm Package Compare versions

Comparing version 4.7.9 to 4.7.10

5

CHANGELOG.md

@@ -6,2 +6,7 @@ # Change Log

## 4.7.10
- updated eyes-common
- changed log level of DomCapture to verbose
## 4.7.9

@@ -8,0 +13,0 @@

2

lib/DomCapture.js

@@ -109,3 +109,3 @@ 'use strict'

do {
this._logger.log('executng dom capture')
this._logger.verbose('executing dom capture')
const resultAsString = await this._driver.executeScript(script)

@@ -112,0 +112,0 @@ result = JSON.parse(resultAsString)

{
"name": "@applitools/dom-utils",
"version": "4.7.9",
"version": "4.7.10",
"description": "Applitools DOM Utils is a shared utility package",

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

"@applitools/dom-capture": "7.1.4",
"@applitools/eyes-common": "3.20.1",
"@applitools/eyes-common": "3.20.2",
"axios": "^0.19.0"

@@ -42,6 +42,7 @@ },

"uc": "bongo --update-changelog",
"verify-commits": "bongo --verify-commits",
"lint": "eslint . --ext .js --no-eslintrc --config ../../.eslintrc",
"test": "mocha --no-timeouts \"test/**/*.spec.js\"",
"postpublish": "git push; git push --tags",
"preversion": "yarn vv && yarn vc",
"preversion": "yarn vv && yarn vc && yarn verify-commits",
"version": "yarn uc && git add CHANGELOG.md"

@@ -48,0 +49,0 @@ },

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