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

@ledgerhq/types-live

Package Overview
Dependencies
Maintainers
7
Versions
251
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.48.1 to 6.49.0-next.0

2

lib-es/derivation.d.ts
/**
* DerivationMode is a string identifier of a specific derivation scheme in a list defined in live-common derivation.ts
*/
export type DerivationMode = "" | "ethM" | "ethMM" | "bch_on_bitcoin_segwit" | "legacy_on_bch" | "vertcoin_128" | "vertcoin_128_segwit" | "etcM" | "aeternity" | "tezbox" | "tezosbip44h" | "galleonL" | "tezboxL" | "taproot" | "native_segwit" | "segwit" | "segwit_on_legacy" | "legacy_on_segwit" | "legacy_on_native_segwit" | "segwit_unsplit" | "sep5" | "unsplit" | "polkadotbip44" | "glifLegacy" | "glif" | "filecoinBIP44" | "casper_wallet" | "solanaMain" | "solanaSub" | "hederaBip44" | "cardano" | "nearbip44h" | "vechain" | "internet_computer" | "stacks_wallet";
export type DerivationMode = "" | "ethM" | "ethMM" | "bch_on_bitcoin_segwit" | "legacy_on_bch" | "etcM" | "aeternity" | "tezbox" | "tezosbip44h" | "galleonL" | "tezboxL" | "taproot" | "native_segwit" | "segwit" | "segwit_on_legacy" | "legacy_on_segwit" | "legacy_on_native_segwit" | "segwit_unsplit" | "sep5" | "unsplit" | "polkadotbip44" | "glifLegacy" | "glif" | "filecoinBIP44" | "casper_wallet" | "solanaMain" | "solanaSub" | "hederaBip44" | "cardano" | "nearbip44h" | "vechain" | "internet_computer" | "stacks_wallet";
//# sourceMappingURL=derivation.d.ts.map

@@ -127,3 +127,2 @@ import { ABTestingVariants } from "./ABTesting";

referralProgramDesktopSidebar: Feature_ReferralProgramDesktopSidebar;
referralProgramMobile: Feature_ReferralProgramMobile;
disableNftSend: Feature_DisableNftSend;

@@ -153,3 +152,2 @@ disableNftLedgerMarket: Feature_DisableNftLedgerMarket;

fetchAdditionalCoins: Feature_FetchAdditionalCoins;
ptxSwapLiveApp: Feature_PtxSwapLiveApp;
ptxSwapLiveAppDemoZero: Feature_PtxSwapLiveAppDemoZero;

@@ -178,2 +176,3 @@ ptxSwapLiveAppDemoOne: Feature_PtxSwapLiveAppDemoZero;

enableAppsBackup: Feature_EnableAppsBackup;
web3hub: Feature_web3hub;
};

@@ -210,5 +209,2 @@ /**

}>;
export type Feature_ReferralProgramMobile = Feature<{
path: string;
}>;
export type Feature_ReferralProgramDesktopSidebar = Feature<{

@@ -466,2 +462,3 @@ path: string;

export type Feature_EnableAppsBackup = DefaultFeature;
export type Feature_web3hub = DefaultFeature;
/**

@@ -468,0 +465,0 @@ * Utils types.

/**
* DerivationMode is a string identifier of a specific derivation scheme in a list defined in live-common derivation.ts
*/
export type DerivationMode = "" | "ethM" | "ethMM" | "bch_on_bitcoin_segwit" | "legacy_on_bch" | "vertcoin_128" | "vertcoin_128_segwit" | "etcM" | "aeternity" | "tezbox" | "tezosbip44h" | "galleonL" | "tezboxL" | "taproot" | "native_segwit" | "segwit" | "segwit_on_legacy" | "legacy_on_segwit" | "legacy_on_native_segwit" | "segwit_unsplit" | "sep5" | "unsplit" | "polkadotbip44" | "glifLegacy" | "glif" | "filecoinBIP44" | "casper_wallet" | "solanaMain" | "solanaSub" | "hederaBip44" | "cardano" | "nearbip44h" | "vechain" | "internet_computer" | "stacks_wallet";
export type DerivationMode = "" | "ethM" | "ethMM" | "bch_on_bitcoin_segwit" | "legacy_on_bch" | "etcM" | "aeternity" | "tezbox" | "tezosbip44h" | "galleonL" | "tezboxL" | "taproot" | "native_segwit" | "segwit" | "segwit_on_legacy" | "legacy_on_segwit" | "legacy_on_native_segwit" | "segwit_unsplit" | "sep5" | "unsplit" | "polkadotbip44" | "glifLegacy" | "glif" | "filecoinBIP44" | "casper_wallet" | "solanaMain" | "solanaSub" | "hederaBip44" | "cardano" | "nearbip44h" | "vechain" | "internet_computer" | "stacks_wallet";
//# sourceMappingURL=derivation.d.ts.map

@@ -127,3 +127,2 @@ import { ABTestingVariants } from "./ABTesting";

referralProgramDesktopSidebar: Feature_ReferralProgramDesktopSidebar;
referralProgramMobile: Feature_ReferralProgramMobile;
disableNftSend: Feature_DisableNftSend;

@@ -153,3 +152,2 @@ disableNftLedgerMarket: Feature_DisableNftLedgerMarket;

fetchAdditionalCoins: Feature_FetchAdditionalCoins;
ptxSwapLiveApp: Feature_PtxSwapLiveApp;
ptxSwapLiveAppDemoZero: Feature_PtxSwapLiveAppDemoZero;

@@ -178,2 +176,3 @@ ptxSwapLiveAppDemoOne: Feature_PtxSwapLiveAppDemoZero;

enableAppsBackup: Feature_EnableAppsBackup;
web3hub: Feature_web3hub;
};

@@ -210,5 +209,2 @@ /**

}>;
export type Feature_ReferralProgramMobile = Feature<{
path: string;
}>;
export type Feature_ReferralProgramDesktopSidebar = Feature<{

@@ -466,2 +462,3 @@ path: string;

export type Feature_EnableAppsBackup = DefaultFeature;
export type Feature_web3hub = DefaultFeature;
/**

@@ -468,0 +465,0 @@ * Utils types.

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

@@ -36,4 +36,4 @@ "keywords": [

"ts-node": "^10.4.0",
"@ledgerhq/types-cryptoassets": "^7.13.0",
"@ledgerhq/types-devices": "^6.25.0"
"@ledgerhq/types-cryptoassets": "^7.14.0-next.0",
"@ledgerhq/types-devices": "^6.25.1-next.0"
},

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

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

| "legacy_on_bch"
| "vertcoin_128"
| "vertcoin_128_segwit"
| "etcM"

@@ -14,0 +12,0 @@ | "aeternity"

@@ -140,3 +140,2 @@ import { ABTestingVariants } from "./ABTesting";

referralProgramDesktopSidebar: Feature_ReferralProgramDesktopSidebar;
referralProgramMobile: Feature_ReferralProgramMobile;
disableNftSend: Feature_DisableNftSend;

@@ -166,3 +165,2 @@ disableNftLedgerMarket: Feature_DisableNftLedgerMarket;

fetchAdditionalCoins: Feature_FetchAdditionalCoins;
ptxSwapLiveApp: Feature_PtxSwapLiveApp;
ptxSwapLiveAppDemoZero: Feature_PtxSwapLiveAppDemoZero;

@@ -191,2 +189,3 @@ ptxSwapLiveAppDemoOne: Feature_PtxSwapLiveAppDemoZero;

enableAppsBackup: Feature_EnableAppsBackup;
web3hub: Feature_web3hub;
};

@@ -228,6 +227,2 @@

export type Feature_ReferralProgramMobile = Feature<{
path: string;
}>;
export type Feature_ReferralProgramDesktopSidebar = Feature<{

@@ -511,2 +506,3 @@ path: string;

export type Feature_EnableAppsBackup = DefaultFeature;
export type Feature_web3hub = DefaultFeature;

@@ -513,0 +509,0 @@ /**

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

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