Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

balena-request

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balena-request - npm Package Compare versions

Comparing version 11.4.1 to 11.4.2-increase-hw-11c2c4d24ac708b821c9e3b2986ff1837ee9d5ba

1

build/utils.js

@@ -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';

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc