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

@ledgerhq/types-live

Package Overview
Dependencies
Maintainers
20
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/types-live - npm Package Compare versions

Comparing version 6.32.1-nightly.0 to 6.32.1

14

CHANGELOG.md
# @ledgerhq/types-live
## 6.32.1-nightly.0
## 6.32.1
### Patch Changes
- [#3097](https://github.com/LedgerHQ/ledger-live/pull/3097) [`4500a00f21`](https://github.com/LedgerHQ/ledger-live/commit/4500a00f215f73e6c9bbf1d904cb6a4c3d67e678) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Introduce a new manager API for listApps, which should bring memory and time improvements.
- [#3164](https://github.com/LedgerHQ/ledger-live/pull/3164) [`be5589dac6`](https://github.com/LedgerHQ/ledger-live/commit/be5589dac675e2c8c1771b135bd0f330a868ed2d) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Add a 'feesCurrency' field to 'Account' type, and use it
- [#2817](https://github.com/LedgerHQ/ledger-live/pull/2817) [`d5cf1abc6e`](https://github.com/LedgerHQ/ledger-live/commit/d5cf1abc6eb30d399c83b827452dc4bc61fd2253) Thanks [@thomasrogerlux](https://github.com/thomasrogerlux)! - Add the staxImage property to the NFTMetadata types
## 6.32.1-next.0
### Patch Changes
- [#3164](https://github.com/LedgerHQ/ledger-live/pull/3164) [`be5589dac6`](https://github.com/LedgerHQ/ledger-live/commit/be5589dac675e2c8c1771b135bd0f330a868ed2d) Thanks [@haammar-ledger](https://github.com/haammar-ledger)! - Add a 'feesCurrency' field to 'Account' type, and use it
- [#2817](https://github.com/LedgerHQ/ledger-live/pull/2817) [`d5cf1abc6e`](https://github.com/LedgerHQ/ledger-live/commit/d5cf1abc6eb30d399c83b827452dc4bc61fd2253) Thanks [@thomasrogerlux](https://github.com/thomasrogerlux)! - Add the staxImage property to the NFTMetadata types
## 6.32.0

@@ -10,0 +20,0 @@

27

lib-es/manager.d.ts

@@ -200,28 +200,2 @@ /// <reference types="node" />

};
export declare type ApplicationV2 = {
versionId: Id;
versionName: string;
versionDisplayName: string;
version: string;
currencyId: string;
description: string;
applicationType: AppType;
dateModified: string;
icon: string;
authorName: string;
supportURL: string;
contactURL: string;
sourceURL: string;
compatibleWallets: string;
hash: string;
perso: string;
parentName: string | null;
firmware: string;
firmwareKey: string;
delete: string;
deleteKey: string;
bytes: number;
warning: string | null;
isDevTools: boolean;
};
/**

@@ -232,3 +206,2 @@ *

app = "app",
currency = "currency",
plugin = "plugin",

@@ -235,0 +208,0 @@ tool = "tool",

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

AppType["app"] = "app";
AppType["currency"] = "currency";
AppType["plugin"] = "plugin";

@@ -19,0 +18,0 @@ AppType["tool"] = "tool";

@@ -200,28 +200,2 @@ /// <reference types="node" />

};
export declare type ApplicationV2 = {
versionId: Id;
versionName: string;
versionDisplayName: string;
version: string;
currencyId: string;
description: string;
applicationType: AppType;
dateModified: string;
icon: string;
authorName: string;
supportURL: string;
contactURL: string;
sourceURL: string;
compatibleWallets: string;
hash: string;
perso: string;
parentName: string | null;
firmware: string;
firmwareKey: string;
delete: string;
deleteKey: string;
bytes: number;
warning: string | null;
isDevTools: boolean;
};
/**

@@ -232,3 +206,2 @@ *

app = "app",
currency = "currency",
plugin = "plugin",

@@ -235,0 +208,0 @@ tool = "tool",

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

AppType["app"] = "app";
AppType["currency"] = "currency";
AppType["plugin"] = "plugin";

@@ -22,0 +21,0 @@ AppType["tool"] = "tool";

{
"name": "@ledgerhq/types-live",
"version": "6.32.1-nightly.0",
"version": "6.32.1",
"description": "Ledger Live main types.",

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

@@ -219,29 +219,2 @@ import type { DeviceModelId } from "@ledgerhq/types-devices";

export type ApplicationV2 = {
versionId: Id;
versionName: string;
versionDisplayName: string;
version: string;
currencyId: string;
description: string;
applicationType: AppType;
dateModified: string;
icon: string;
authorName: string;
supportURL: string;
contactURL: string;
sourceURL: string;
compatibleWallets: string;
hash: string;
perso: string;
parentName: string | null;
firmware: string;
firmwareKey: string;
delete: string;
deleteKey: string;
bytes: number;
warning: string | null;
isDevTools: boolean;
};
/**

@@ -251,4 +224,3 @@ *

export enum AppType {
app = "app", // NB Legacy from v1, drop after we default to v2.
currency = "currency",
app = "app",
plugin = "plugin",

@@ -255,0 +227,0 @@ tool = "tool",

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

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