resemblejs
Advanced tools
Comparing version 2.10.2 to 2.10.3
{ | ||
"name": "resemblejs", | ||
"version": "2.10.2", | ||
"version": "2.10.3", | ||
"description": "Image analysis and comparison with HTML5", | ||
@@ -5,0 +5,0 @@ "main": "resemble.js", |
@@ -989,4 +989,4 @@ /* | ||
resemble.compare = function(image1, image2, options, cb) { | ||
let callback; | ||
let opt; | ||
var callback; | ||
var opt; | ||
@@ -993,0 +993,0 @@ if (typeof options === "function") { |
Sorry, the diff of this file is not supported yet
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
59377
18