New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

balena-errors

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balena-errors - npm Package Compare versions

Comparing version 4.9.0-build-responseHeaders-0a3cf7f5a55a53694d73558e4844579c7985532f-1 to 4.9.0-build-responseHeaders-c9e4a8e2124c4e4a95ca6b5eff929cadae860463-1

1

build/errors.d.ts

@@ -316,2 +316,3 @@ /**

* @param {Object} [requestOptions] - options used to make the request
* @param {Object} [responseHeaders] - the Headers that were included in the response
* @return {Error} error instance

@@ -318,0 +319,0 @@ *

@@ -415,2 +415,3 @@ "use strict";

* @param {Object} [requestOptions] - options used to make the request
* @param {Object} [responseHeaders] - the Headers that were included in the response
* @return {Error} error instance

@@ -417,0 +418,0 @@ *

4

package.json
{
"name": "balena-errors",
"version": "4.9.0-build-responseHeaders-0a3cf7f5a55a53694d73558e4844579c7985532f-1",
"version": "4.9.0-build-responseHeaders-c9e4a8e2124c4e4a95ca6b5eff929cadae860463-1",
"description": "Collection of Balena JavaScript errors",

@@ -60,4 +60,4 @@ "main": "build/errors.js",

"versionist": {
"publishedAt": "2023-11-01T08:59:02.509Z"
"publishedAt": "2023-11-01T09:59:48.139Z"
}
}

@@ -90,3 +90,3 @@ balena-errors

* [~BalenaRequestError](#module_errors..BalenaRequestError)
* [new BalenaRequestError(body, statusCode, [requestOptions])](#new_module_errors..BalenaRequestError_new)
* [new BalenaRequestError(body, statusCode, [requestOptions], [responseHeaders])](#new_module_errors..BalenaRequestError_new)
* [~BalenaNotLoggedIn](#module_errors..BalenaNotLoggedIn)

@@ -473,3 +473,3 @@ * [~BalenaInvalidParameterError](#module_errors..BalenaInvalidParameterError)

#### new BalenaRequestError(body, statusCode, [requestOptions])
#### new BalenaRequestError(body, statusCode, [requestOptions], [responseHeaders])
**Returns**: <code>Error</code> - error instance

@@ -482,2 +482,3 @@

| [requestOptions] | <code>Object</code> | options used to make the request |
| [responseHeaders] | <code>Object</code> | the Headers that were included in the response |

@@ -484,0 +485,0 @@ **Example**

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