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

@ledgerhq/live-network

Package Overview
Dependencies
Maintainers
7
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/live-network - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1-next.0

7

CHANGELOG.md
# @ledgerhq/live-network
## 1.3.1-next.0
### Patch Changes
- Updated dependencies [[`e78f3b7`](https://github.com/LedgerHQ/ledger-live/commit/e78f3b75296c7a063f6cddbeae44c36d236055f3), [`f979216`](https://github.com/LedgerHQ/ledger-live/commit/f9792160293fc8215c6d099f02e1b136c6655f9b), [`c1d2bb0`](https://github.com/LedgerHQ/ledger-live/commit/c1d2bb0866723c10d6e2899d40ddd9b9801189f4)]:
- @ledgerhq/errors@6.18.0-next.0
## 1.3.0

@@ -4,0 +11,0 @@

2

lib-es/network.js

@@ -66,3 +66,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

else {
errorToThrow = makeError(`API HTTP ${status}`, status, url, method);
errorToThrow = makeError(`API HTTP ${status} ${url}`, status, url, method);
}

@@ -69,0 +69,0 @@ log("network-error", `${status} ${method} ${baseURL || ""}${url} (${duration}): ${errorToThrow.message}`, getEnv("DEBUG_HTTP_RESPONSE") ? { data: data } : {});

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

else {
errorToThrow = makeError(`API HTTP ${status}`, status, url, method);
errorToThrow = makeError(`API HTTP ${status} ${url}`, status, url, method);
}

@@ -77,0 +77,0 @@ (0, logs_1.log)("network-error", `${status} ${method} ${baseURL || ""}${url} (${duration}): ${errorToThrow.message}`, (0, live_env_1.getEnv)("DEBUG_HTTP_RESPONSE") ? { data: data } : {});

{
"name": "@ledgerhq/live-network",
"version": "1.3.0",
"version": "1.3.1-next.0",
"description": "Ledger Live network and cache utilities",

@@ -67,3 +67,3 @@ "keywords": [

"lru-cache": "^7.14.1",
"@ledgerhq/errors": "^6.17.0",
"@ledgerhq/errors": "^6.18.0-next.0",
"@ledgerhq/live-env": "^2.1.0",

@@ -70,0 +70,0 @@ "@ledgerhq/live-promise": "^0.1.0",

@@ -87,3 +87,3 @@ import axios, {

} else {
errorToThrow = makeError(`API HTTP ${status}`, status, url, method);
errorToThrow = makeError(`API HTTP ${status} ${url}`, status, url, method);
}

@@ -90,0 +90,0 @@

Sorry, the diff of this file is not supported yet

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