You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

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.21.2

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

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

"release": "release-it --github.release",
"release.ci": "npm run release -- --ci --npm.skipChecks --no-git.requireCleanWorkingDir",
"release.ci": "npm run compile && npm run release -- --ci --npm.skipChecks --no-git.requireCleanWorkingDir",
"release.patch": "npm run release -- patch",

@@ -20,5 +20,3 @@ "release.minor": "npm run release -- minor",

"test:watch": "npm run test -- --watchAll",
"watch": "npm run compile -- -w",
"precompile": "npm run clean",
"prerelease": "npm run compile",
"watch": "npm run clean && npm run compile -- -w",
"prepare": "husky install"

@@ -25,0 +23,0 @@ },

Sorry, the diff of this file is not supported yet