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.5.4 to 11.5.5-thgreasi-patch-1ssdasd-322148470c6d0ad199a3df362f818a0186c55cf3

2

build/utils.js

@@ -121,3 +121,3 @@ "use strict";

if (bodyMessageProp != null) {
response.body.message = response.body[bodyMessageProp];
return response.body[bodyMessageProp];
}

@@ -124,0 +124,0 @@ }

@@ -7,2 +7,7 @@ # Change Log

# v11.5.5
## (2022-04-06)
* Fix extracting the response error from object response bodies [Thodoris Greasidis]
# v11.5.4

@@ -9,0 +14,0 @@ ## (2022-04-06)

@@ -126,3 +126,3 @@ /*

if (bodyMessageProp != null) {
response.body.message = response.body[bodyMessageProp];
return response.body[bodyMessageProp];
}

@@ -129,0 +129,0 @@ }

{
"name": "balena-request",
"version": "11.5.4",
"version": "11.5.5-thgreasi-patch-1ssdasd-322148470c6d0ad199a3df362f818a0186c55cf3",
"description": "Balena HTTP client",

@@ -73,4 +73,4 @@ "main": "build/request.js",

"versionist": {
"publishedAt": "2022-04-06T12:19:53.391Z"
"publishedAt": "2022-04-06T15:17:18.861Z"
}
}

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