Socket
Socket
Sign inDemoInstall

@ledgerhq/coin-check

Package Overview
Dependencies
Maintainers
20
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/coin-check - npm Package Compare versions

Comparing version 0.3.13 to 0.3.14

6

CHANGELOG.md
# @ledgerhq/coin-check
## 0.3.14
### Patch Changes
- 4d683bb: [coin-check] add logs
## 0.3.13

@@ -4,0 +10,0 @@

3

lib/coinGateway.js

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

if (((_c = err.response) === null || _c === void 0 ? void 0 : _c.status) === 307) {
logger.info(`redirecting - GET ${url}`);
if (!redirectURLs)

@@ -97,3 +98,3 @@ throw new Error("redirecting: redirectURLs must be defined");

const redirectURL = `${redirectURLs[host]}${url}`;
logger.info(`Redirect - GET ${redirectURL}`);
logger.info(`redirected url - GET ${redirectURL}`);
const { data } = yield httpClient.get(redirectURL, {

@@ -100,0 +101,0 @@ headers: { pubkey: pool },

{
"name": "@ledgerhq/coin-check",
"version": "0.3.13",
"version": "0.3.14",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "description": "> TODO: description",

Sorry, the diff of this file is not supported yet

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