balena-request
Advanced tools
Comparing version 11.4.1 to 11.4.2-increase-hw-11c2c4d24ac708b821c9e3b2986ff1837ee9d5ba
@@ -260,2 +260,3 @@ "use strict"; | ||
if (!IS_BROWSER) { | ||
opts.highWaterMark = 1024 * 1024; // about 1MB | ||
if (!headers['Accept-Encoding']) { | ||
@@ -262,0 +263,0 @@ headers['Accept-Encoding'] = 'compress, gzip'; |
@@ -7,2 +7,7 @@ # Change Log | ||
# v11.4.2 | ||
## (2021-09-02) | ||
* increase node fetch buffer size [Zane Hitchcox] | ||
# v11.4.1 | ||
@@ -9,0 +14,0 @@ ## (2021-08-27) |
@@ -274,2 +274,3 @@ /* | ||
if (!IS_BROWSER) { | ||
opts.highWaterMark = 1024 * 1024 // about 1MB | ||
if (!headers['Accept-Encoding']) { | ||
@@ -276,0 +277,0 @@ headers['Accept-Encoding'] = 'compress, gzip'; |
{ | ||
"name": "balena-request", | ||
"version": "11.4.1", | ||
"version": "11.4.2-increase-hw-11c2c4d24ac708b821c9e3b2986ff1837ee9d5ba", | ||
"description": "Balena HTTP client", | ||
@@ -67,4 +67,4 @@ "main": "build/request.js", | ||
"versionist": { | ||
"publishedAt": "2021-08-27T19:39:39.518Z" | ||
"publishedAt": "2021-09-02T19:48:49.546Z" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
174431
1900
1