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
248
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.24.0-next.0 to 6.24.0

lib-es/languages.d.ts

10

CHANGELOG.md
# @ledgerhq/types-live
## 6.24.0
### Minor Changes
- [#998](https://github.com/LedgerHQ/ledger-live/pull/998) [`c7aaafa769`](https://github.com/LedgerHQ/ledger-live/commit/c7aaafa76924252f3c7e30371012bd0e69d8100a) Thanks [@github-actions](https://github.com/apps/github-actions)! - Added development/QA tool for feature flags [Desktop]
### Patch Changes
- [#958](https://github.com/LedgerHQ/ledger-live/pull/958) [`68c50cd94b`](https://github.com/LedgerHQ/ledger-live/commit/68c50cd94bbe50a1bf284a2e9e5aed3781788754) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add properties to Feature type: "overridesRemote", "enabledOverriddenForCurrentLanguage"
## 6.24.0-next.0

@@ -4,0 +14,0 @@

2

lib-es/feature.d.ts
/** Add others with union (e.g. "learn" | "market" | "foo") */
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "ptxSmartRoutingMobile" | string;
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "ptxSmartRoutingMobile" | string;
/** We use objects instead of direct booleans for potential future improvements

@@ -4,0 +4,0 @@ like feature versioning etc */

@@ -6,2 +6,3 @@ export * from "./account";

export * from "./manager";
export * from "./languages";
export * from "./nft";

@@ -8,0 +9,0 @@ export * from "./operation";

@@ -6,2 +6,3 @@ export * from "./account";

export * from "./manager";
export * from "./languages";
export * from "./nft";

@@ -8,0 +9,0 @@ export * from "./operation";

@@ -37,2 +37,5 @@ /// <reference types="node" />

hasDevFirmware?: boolean;
bootloaderVersion?: string;
hardwareVersion?: number;
languageId?: number;
};

@@ -104,2 +107,5 @@ /**

flags: Buffer;
bootloaderVersion?: string;
hardwareVersion?: number;
languageId?: number;
};

@@ -106,0 +112,0 @@ declare type BaseFirmware = {

/** Add others with union (e.g. "learn" | "market" | "foo") */
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "ptxSmartRoutingMobile" | string;
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "ptxSmartRoutingMobile" | string;
/** We use objects instead of direct booleans for potential future improvements

@@ -4,0 +4,0 @@ like feature versioning etc */

@@ -6,2 +6,3 @@ export * from "./account";

export * from "./manager";
export * from "./languages";
export * from "./nft";

@@ -8,0 +9,0 @@ export * from "./operation";

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

__exportStar(require("./manager"), exports);
__exportStar(require("./languages"), exports);
__exportStar(require("./nft"), exports);

@@ -24,0 +25,0 @@ __exportStar(require("./operation"), exports);

@@ -37,2 +37,5 @@ /// <reference types="node" />

hasDevFirmware?: boolean;
bootloaderVersion?: string;
hardwareVersion?: number;
languageId?: number;
};

@@ -104,2 +107,5 @@ /**

flags: Buffer;
bootloaderVersion?: string;
hardwareVersion?: number;
languageId?: number;
};

@@ -106,0 +112,0 @@ declare type BaseFirmware = {

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

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

"@ledgerhq/types-cryptoassets": "^6.23.0",
"@ledgerhq/types-devices": "^6.22.1-next.0"
"@ledgerhq/types-devices": "^6.22.1"
},

@@ -32,0 +32,0 @@ "scripts": {

@@ -11,2 +11,3 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */

| "currencyOsmosis"
| "currencyOsmosisMobile"
| "ptxSmartRoutingMobile"

@@ -13,0 +14,0 @@ | string;

@@ -6,2 +6,3 @@ export * from "./account";

export * from "./manager";
export * from "./languages";
export * from "./nft";

@@ -8,0 +9,0 @@ export * from "./operation";

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

hasDevFirmware?: boolean;
bootloaderVersion?: string;
hardwareVersion?: number;
languageId?: number;
};

@@ -115,2 +118,5 @@

flags: Buffer;
bootloaderVersion?: string;
hardwareVersion?: number;
languageId?: number;
};

@@ -117,0 +123,0 @@ type BaseFirmware = {

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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