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.0 to 11.5.1-move-response-body-error-to-response-body-message-if-there-is-one-063c7fc91ed90c56aea8394a657319241424adc1

3

build/utils.js

@@ -118,2 +118,5 @@ "use strict";

}
if (response.body.error) {
response.body.message = response.body.error;
}
return response.body;

@@ -120,0 +123,0 @@ }

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

# v11.5.1
## (2022-03-31)
* Use response error as response message if there is one [Matthew Yarmolinsky]
# v11.5.0

@@ -9,0 +14,0 @@ ## (2021-11-28)

@@ -121,2 +121,6 @@ /*

if (response.body.error) {
response.body.message = response.body.error;
}
return response.body;

@@ -123,0 +127,0 @@ }

4

package.json
{
"name": "balena-request",
"version": "11.5.0",
"version": "11.5.1-move-response-body-error-to-response-body-message-if-there-is-one-063c7fc91ed90c56aea8394a657319241424adc1",
"description": "Balena HTTP client",

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

"versionist": {
"publishedAt": "2021-11-28T13:20:55.446Z"
"publishedAt": "2022-03-31T12:26:08.600Z"
}
}

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