balena-request
Advanced tools
Comparing version 11.4.2-increase-hw-11c2c4d24ac708b821c9e3b2986ff1837ee9d5ba to 11.4.2-increase-hw-8a33bc2be826c087916788f34198153a27240ec5
@@ -274,3 +274,3 @@ /* | ||
if (!IS_BROWSER) { | ||
opts.highWaterMark = 1024 * 1024 // about 1MB | ||
opts.highWaterMark = 1024 * 1024; // about 1MB | ||
if (!headers['Accept-Encoding']) { | ||
@@ -277,0 +277,0 @@ headers['Accept-Encoding'] = 'compress, gzip'; |
{ | ||
"name": "balena-request", | ||
"version": "11.4.2-increase-hw-11c2c4d24ac708b821c9e3b2986ff1837ee9d5ba", | ||
"version": "11.4.2-increase-hw-8a33bc2be826c087916788f34198153a27240ec5", | ||
"description": "Balena HTTP client", | ||
@@ -55,3 +55,3 @@ "main": "build/request.js", | ||
"dependencies": { | ||
"@balena/node-web-streams": "^0.2.3", | ||
"@balena/node-web-streams": "^0.2.4", | ||
"balena-errors": "^4.7.1", | ||
@@ -68,4 +68,4 @@ "fetch-ponyfill": "^7.1.0", | ||
"versionist": { | ||
"publishedAt": "2021-09-02T19:48:49.546Z" | ||
"publishedAt": "2021-09-02T22:38:15.338Z" | ||
} | ||
} |
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
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
174432