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.14.2 to 0.14.3

2

build/clientSideScripts/setCustomCss.js

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

}
var disableTransformationsTransitionsAnimations = "\n* {\n -o-transition-property: none !important;\n -moz-transition-property: none !important;\n -ms-transition-property: none !important;\n -webkit-transition-property: none !important;\n transition-property: none !important;\n -o-transform: none !important;\n -moz-transform: none !important;\n -ms-transform: none !important;\n -webkit-transform: none !important;\n transform: none !important;\n -webkit-animation: none !important;\n -moz-animation: none !important;\n -o-animation: none !important;\n -ms-animation: none !important;\n animation: none !important;\n}";
var disableTransformationsTransitionsAnimations = "\n* {\n -o-transition-property: none !important;\n -moz-transition-property: none !important;\n -ms-transition-property: none !important;\n -webkit-transition-property: none !important;\n transition-property: none !important;\n -webkit-animation: none !important;\n -moz-animation: none !important;\n -o-animation: none !important;\n -ms-animation: none !important;\n animation: none !important;\n}";
var addressBarPadding = cssOptions.addressBarPadding, disableCSSAnimation = cssOptions.disableCSSAnimation, id = cssOptions.id, toolBarPadding = cssOptions.toolBarPadding;

@@ -10,0 +10,0 @@ var bodyTopPadding = addressBarPadding === 0 ? '' : "body{padding-top:" + addressBarPadding + "px !important}";

{
"name": "webdriver-image-comparison",
"version": "0.14.2",
"version": "0.14.3",
"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