looks-same
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -158,3 +158,4 @@ 'use strict'; | ||
if (first.width !== second.width || first.height !== second.height) { | ||
return process.nextTick(() => callback(null, {equal: false, metaInfo, diffBounds: getMaxDiffBounds(first, second)})); | ||
const diffBounds = getMaxDiffBounds(first, second); | ||
return process.nextTick(() => callback(null, {equal: false, metaInfo, diffBounds, diffClusters: [diffBounds]})); | ||
} | ||
@@ -161,0 +162,0 @@ |
{ | ||
"name": "looks-same", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"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
43663
996