webdriver-image-comparison
Advanced tools
Comparing version 0.21.2 to 0.21.3
{ | ||
"name": "webdriver-image-comparison", | ||
"version": "0.21.2", | ||
"version": "0.21.3", | ||
"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 compile && npm run release -- --ci --npm.skipChecks --no-git.requireCleanWorkingDir", | ||
"release.ci": "npm run release -- --ci --npm.skipChecks --no-git.requireCleanWorkingDir", | ||
"release.patch": "npm run release -- patch", | ||
@@ -20,3 +20,5 @@ "release.minor": "npm run release -- minor", | ||
"test:watch": "npm run test -- --watchAll", | ||
"watch": "npm run clean && npm run compile -- -w", | ||
"watch": "npm run compile -- -w", | ||
"precompile": "npm run clean", | ||
"prerelease": "npm run compile", | ||
"prepare": "husky install" | ||
@@ -23,0 +25,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1751763
247
9803
7
1