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

@ledgerhq/types-cryptoassets

Package Overview
Dependencies
Maintainers
20
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/types-cryptoassets - npm Package Compare versions

Comparing version 6.23.0 to 6.23.1-nightly.0

6

CHANGELOG.md
# @ledgerhq/types-cryptoassets
## 6.23.1-nightly.0
### Patch Changes
- [#1304](https://github.com/LedgerHQ/ledger-live/pull/1304) [`df76dd28c1`](https://github.com/LedgerHQ/ledger-live/commit/df76dd28c15d0cd5b7b57ee3f78aa0bd4170a44a) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Fixing currency inferences in cryptoassets, and reorder currencies as a temporary fix for the ticker/managerAppName collisions' side effects
## 6.23.0

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

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

countervalueTicker?: string;
keywords?: string[];
};

@@ -77,2 +78,7 @@ /**

hardfork?: string;
rpc?: string;
explorer?: {
uri: string;
type: "etherscan" | "blockscout";
};
};

@@ -79,0 +85,0 @@ explorerViews: ExplorerView[];

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

countervalueTicker?: string;
keywords?: string[];
};

@@ -77,2 +78,7 @@ /**

hardfork?: string;
rpc?: string;
explorer?: {
uri: string;
type: "etherscan" | "blockscout";
};
};

@@ -79,0 +85,0 @@ explorerViews: ExplorerView[];

2

package.json
{
"name": "@ledgerhq/types-cryptoassets",
"version": "6.23.0",
"version": "6.23.1-nightly.0",
"description": "Ledger types for crypto assets and tokens",

@@ -5,0 +5,0 @@ "keywords": [

@@ -38,3 +38,3 @@ <img src="https://user-images.githubusercontent.com/211411/34776833-6f1ef4da-f618-11e7-8b13-f0697901d6a8.png" height="100" />

Type: {name: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), ticker: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), units: [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Unit](#unit)>, symbol: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?, disableCountervalue: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, delisted: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, countervalueTicker: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?}
Type: {name: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), ticker: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), units: [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Unit](#unit)>, symbol: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?, disableCountervalue: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, delisted: [boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?, countervalueTicker: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?, keywords: [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>?}

@@ -50,2 +50,3 @@ #### Properties

* `countervalueTicker` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?**
* `keywords` **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>?**

@@ -52,0 +53,0 @@ ### TokenCurrency

@@ -35,2 +35,4 @@ /**

countervalueTicker?: string;
// keywords to be able to find currency from "obvious" terms
keywords?: string[];
};

@@ -107,2 +109,9 @@

hardfork?: string;
// used by evm light integration
rpc?: string;
// used by evm light integration
explorer?: {
uri: string;
type: "etherscan" | "blockscout";
};
};

@@ -109,0 +118,0 @@ explorerViews: ExplorerView[];

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