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

bestbuy

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bestbuy - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 2.3.1 (2020-02-14)
- Add missing `cause` key to error.
## 2.3.0 (2020-02-14)

@@ -2,0 +5,0 @@ - Change emitted error format—errors now have `headers`, `status`, `body`, and `cause` keys.

@@ -45,2 +45,3 @@ module.exports = apiServiceFactory;

const wrappingError = new Error('Exceeded max retries');
wrappingError.cause = error;
const response = error.response;

@@ -47,0 +48,0 @@ if (response) {

2

package.json
{
"name": "bestbuy",
"version": "2.3.0",
"version": "2.3.1",
"description": "High level node.js client for the Best Buy API.",

@@ -5,0 +5,0 @@ "main": "index.js",

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