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

webdriver-image-comparison

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdriver-image-comparison - npm Package Compare versions

Comparing version

to
0.18.0

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

}
var disableTransformationsTransitionsAnimations = "\n*, *::before, *::after {\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 disableTransformationsTransitionsAnimations = "\n*, *::before, *::after {\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 caret-color: transparent !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.17.0",
"version": "0.18.0",
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol",

@@ -15,3 +15,2 @@ "main": "./build/index.js",

"test:watch": "npm run test -- --watchAll",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"watch": "npm run compile -- -w",

@@ -45,3 +44,2 @@ "precompile": "npm run clean",

"awesome-typescript-loader": "^5.2.1",
"coveralls": "^3.1.0",
"husky": "^5.1.3",

@@ -48,0 +46,0 @@ "jest": "^26.6.3",

# webdriver-image-comparison
[![Coverage Status](https://coveralls.io/repos/github/wswebcreation/webdriver-image-comparison/badge.svg?branch=master)](https://coveralls.io/github/wswebcreation/webdriver-image-comparison?branch=master)
![webdriver-image-comparison workflow](https://github.com/wswebcreation/webdriver-image-comparison/actions/workflows/webdriver-image-comparison.yml/badge.svg)
[![codecov](https://codecov.io/gh/wswebcreation/webdriver-image-comparison/branch/master/graph/badge.svg?token=Q4UsgDSRd3)](https://codecov.io/gh/wswebcreation/webdriver-image-comparison)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)

@@ -15,2 +16,2 @@

- [ ] Optimize UT's and increase coverage
- [ ] Look at the execute methods, maybe they could be optimized
- [ ] Look at the execute methods, maybe they could be optimized

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet