probe-image-size
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -9,2 +9,7 @@ # Changelog | ||
## [7.0.1] - 2021-03-18 | ||
### Fixed | ||
- Fix crash in async SVG parser, #52. | ||
## [7.0.0] - 2021-03-11 | ||
@@ -184,2 +189,3 @@ ### Added | ||
[7.0.1]: https://github.com/nodeca/probe-image-size/compare/7.0.0...7.0.1 | ||
[7.0.0]: https://github.com/nodeca/probe-image-size/compare/6.0.0...7.0.0 | ||
@@ -186,0 +192,0 @@ [6.0.0]: https://github.com/nodeca/probe-image-size/compare/5.0.0...6.0.0 |
@@ -163,2 +163,3 @@ 'use strict'; | ||
if (result) { | ||
state = STATE_IGNORE; | ||
parser.push(result); | ||
@@ -165,0 +166,0 @@ parser.push(null); |
{ | ||
"name": "probe-image-size", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
73490
1924