probe-image-size
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -9,2 +9,7 @@ # Changelog | ||
## [7.2.1] - 2021-06-07 | ||
### Fixed | ||
- Fix hanging of HTTP request when server returns JSON or XML, #62. | ||
## [7.2.0] - 2021-06-03 | ||
@@ -208,2 +213,3 @@ ### Changed | ||
[7.2.1]: https://github.com/nodeca/probe-image-size/compare/7.2.0...7.2.1 | ||
[7.2.0]: https://github.com/nodeca/probe-image-size/compare/7.1.1...7.2.0 | ||
@@ -210,0 +216,0 @@ [7.1.1]: https://github.com/nodeca/probe-image-size/compare/7.1.0...7.1.1 |
@@ -18,2 +18,3 @@ 'use strict'; | ||
follow_max: 10, | ||
parse_response: false, | ||
// Use to ignore bad certificates. | ||
@@ -20,0 +21,0 @@ //rejectUnauthorized: false, |
{ | ||
"name": "probe-image-size", | ||
"version": "7.2.0", | ||
"version": "7.2.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
76021
1960