looks-same
Advanced tools
Comparing version 8.2.1 to 8.2.2
@@ -5,2 +5,4 @@ # Changelog | ||
### [8.2.2](https://github.com/gemini-testing/looks-same/compare/v8.2.1...v8.2.2) (2023-09-25) | ||
### [8.2.1](https://github.com/gemini-testing/looks-same/compare/v8.2.0...v8.2.1) (2023-08-02) | ||
@@ -7,0 +9,0 @@ |
@@ -82,3 +82,8 @@ // Type definitions for looks-same 5.0 | ||
interface LooksSameWithNoDiffResult extends LooksSameBaseResult { | ||
interface LooksSameCreateDiffImageResult extends LooksSameBaseResult { | ||
differentPixels: number; | ||
totalPixels: number; | ||
} | ||
interface LooksSameWithNoDiffResult extends LooksSameCreateDiffImageResult { | ||
equal: true; | ||
@@ -88,3 +93,3 @@ diffImage: null; | ||
interface LooksSameWithExistingDiffResult extends LooksSameBaseResult { | ||
interface LooksSameWithExistingDiffResult extends LooksSameCreateDiffImageResult { | ||
equal: false; | ||
@@ -91,0 +96,0 @@ diffImage: DiffImage; |
{ | ||
"name": "looks-same", | ||
"version": "8.2.1", | ||
"version": "8.2.2", | ||
"description": "Pure node.js library for comparing PNG-images, taking into account human color perception.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54741
1166