New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3-move-response-body-error-to-response-body-message-if-there-is-one-344ccfec2a0066249cbf4285aef1ef3f505314c9 to 11.5.3-move-response-body-error-to-response-body-message-if-there-is-one-909a8c6d89cebf7cc0f3a1ee90c70fd34e29e693

2

build/utils.js

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

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

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

@@ -8,3 +8,3 @@ # Change Log

# v11.5.3
## (2022-04-04)
## (2022-04-05)

@@ -11,0 +11,0 @@ * Use response error as response message if there is one [Matthew Yarmolinsky]

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

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

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

{
"name": "balena-request",
"version": "11.5.3-move-response-body-error-to-response-body-message-if-there-is-one-344ccfec2a0066249cbf4285aef1ef3f505314c9",
"version": "11.5.3-move-response-body-error-to-response-body-message-if-there-is-one-909a8c6d89cebf7cc0f3a1ee90c70fd34e29e693",
"description": "Balena HTTP client",

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

"versionist": {
"publishedAt": "2022-04-04T15:34:58.356Z"
"publishedAt": "2022-04-05T13:14:16.726Z"
}
}

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