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

@ledgerhq/types-cryptoassets

Package Overview
Dependencies
Maintainers
20
Versions
109
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.2 to 6.23.3-next.0

6

CHANGELOG.md
# @ledgerhq/types-cryptoassets
## 6.23.3-next.0
### Patch Changes
- [#1141](https://github.com/LedgerHQ/ledger-live/pull/1141) [`24ea9cd15f`](https://github.com/LedgerHQ/ledger-live/commit/24ea9cd15f92d5a2c74c4b936bacb89d5d4d36fd) Thanks [@valpinkman](https://github.com/valpinkman)! - Collateral changes due to solving all LLM typescript/eslint issues/warnings.
## 6.23.2

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

1

lib-es/index.d.ts

@@ -93,3 +93,4 @@ /**

export declare type Currency = FiatCurrency | CryptoCurrency | TokenCurrency;
export declare type CryptoOrTokenCurrency = CryptoCurrency | TokenCurrency;
export {};
//# sourceMappingURL=index.d.ts.map

@@ -93,3 +93,4 @@ /**

export declare type Currency = FiatCurrency | CryptoCurrency | TokenCurrency;
export declare type CryptoOrTokenCurrency = CryptoCurrency | TokenCurrency;
export {};
//# sourceMappingURL=index.d.ts.map

2

package.json
{
"name": "@ledgerhq/types-cryptoassets",
"version": "6.23.2",
"version": "6.23.3-next.0",
"description": "Ledger types for crypto assets and tokens",

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

@@ -127,1 +127,3 @@ /**

export type Currency = FiatCurrency | CryptoCurrency | TokenCurrency;
export type CryptoOrTokenCurrency = CryptoCurrency | TokenCurrency;

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