Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "attention", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Lovell Fuller <npm@lovell.info>", | ||
@@ -26,3 +26,3 @@ "description": "Detect the dominant palette, salient region and focal point of an image", | ||
"dependencies": { | ||
"nan": "^2.0.9" | ||
"nan": "^2.2.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "license": "Apache-2.0", |
@@ -77,3 +77,3 @@ # attention | ||
.point(function(err, point) { | ||
console.dir(region); | ||
console.dir(point); | ||
}); | ||
@@ -80,0 +80,0 @@ ``` |
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
67181
Updatednan@^2.2.0