Comparing version 0.10.1 to 0.10.2
@@ -407,3 +407,3 @@ 'use strict'; | ||
this._oldPix = chunk.pixels; | ||
this._length = this._oldPix.length; | ||
this._length = this._width * this._height; | ||
this._createPointsInPolygons(this._regions, this._width, this._height); | ||
@@ -410,0 +410,0 @@ switch (chunk.tupltype) { |
{ | ||
"name": "pam-diff", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "Measure differences between pixel arrays extracted from pam images", | ||
@@ -34,5 +34,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"nan": "^2.8.0", | ||
"pipe2pam": "^0.6.0" | ||
"pipe2pam": "^0.6.2" | ||
} | ||
} |
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
1
22682