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

webdriver-image-comparison

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdriver-image-comparison - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

6

CHANGELOG.md
# webdriver-image-comparison
## 4.0.2
### Patch Changes
- c8fdcd3: Fix to override visibility/display value
## 4.0.1

@@ -4,0 +10,0 @@

2

dist/clientSideScripts/hideRemoveElements.js

@@ -36,3 +36,3 @@ "use strict";

function setPropertyToElement(el, prop, hideRemove) {
var value = prop === 'visibility' ? 'hidden' : 'none';
var value = prop === 'visibility' ? 'hidden !important' : 'none !important';
el.style[prop] = hideRemove ? value : '';

@@ -39,0 +39,0 @@ }

{
"name": "webdriver-image-comparison",
"version": "4.0.1",
"version": "4.0.2",
"author": "Wim Selles - wswebcreation",

@@ -5,0 +5,0 @@ "description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol",

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