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
1
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 0.4.6 to 0.4.7

2

build/helpers/options.js

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

fullPageScrollTimeout: options.fullPageScrollTimeout || constants_1.FULL_PAGE_SCROLL_TIMEOUT,
hideScrollBars: !!options.hideScrollBars,
hideScrollBars: options.hasOwnProperty('hideScrollBars') ? options.hideScrollBars : true,
compareOptions: {

@@ -29,0 +29,0 @@ blockOutStatusBar: !!options.blockOutStatusBar,

{
"name": "webdriver-image-comparison",
"version": "0.4.6",
"version": "0.4.7",
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

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