image-size
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -10,3 +10,3 @@ 'use strict'; | ||
'width': buffer.readUInt32LE(18), | ||
'height': buffer.readUInt32LE(22) | ||
'height': Math.abs(buffer.readInt32LE(22)) | ||
}; | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "image-size", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "get dimensions of any image file", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
18860