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

@ledgerhq/types-live

Package Overview
Dependencies
Maintainers
20
Versions
279
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.28.0-nightly.1 to 6.28.0-nightly.2

8

CHANGELOG.md
# @ledgerhq/types-live
## 6.28.0-nightly.2
### Patch Changes
- [#2066](https://github.com/LedgerHQ/ledger-live/pull/2066) [`3a267c1424`](https://github.com/LedgerHQ/ledger-live/commit/3a267c14241ebc9184490e7eb81b5d4bcc94b092) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - New feature flag staxWelcomeScreen
* [#2066](https://github.com/LedgerHQ/ledger-live/pull/2066) [`3a267c1424`](https://github.com/LedgerHQ/ledger-live/commit/3a267c14241ebc9184490e7eb81b5d4bcc94b092) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Remove useless field from PostOnboardingAction type
## 6.28.0-nightly.1

@@ -4,0 +12,0 @@

2

lib-es/feature.d.ts
/** Add others with union (e.g. "learn" | "market" | "foo") */
export declare type FeatureId = "learn" | "brazePushNotifications" | "llmNewDeviceSelection" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "deviceLocalization" | "deviceInitialApps" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "currencyFantom" | "currencyMoonbeam" | "currencyCronos" | "currencySongbird" | "currencyFlare" | "currencyNear" | "currencyFantomMobile" | "currencyMoonbeamMobile" | "currencyCronosMobile" | "currencySongbirdMobile" | "currencyFlareMobile" | "ptxSmartRoutingMobile" | "mockFeature" | "syncOnboarding" | "walletConnectLiveApp" | "customImage" | "referralProgramDiscoverCard" | "referralProgramDesktopBanner" | "disableNftSend" | "disableNftLedgerMarket" | "disableNftRaribleOpensea" | "walletNftGallery" | "receiveStakingFlowConfigDesktop" | "ethStakingProviders" | "storyly" | "firebaseEnvironmentReadOnly" | "protectServicesMobile";
export declare type FeatureId = "learn" | "brazePushNotifications" | "llmNewDeviceSelection" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "deviceLocalization" | "deviceInitialApps" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "currencyFantom" | "currencyMoonbeam" | "currencyCronos" | "currencySongbird" | "currencyFlare" | "currencyNear" | "currencyFantomMobile" | "currencyMoonbeamMobile" | "currencyCronosMobile" | "currencySongbirdMobile" | "currencyFlareMobile" | "ptxSmartRoutingMobile" | "mockFeature" | "syncOnboarding" | "walletConnectLiveApp" | "customImage" | "referralProgramDiscoverCard" | "referralProgramDesktopBanner" | "disableNftSend" | "disableNftLedgerMarket" | "disableNftRaribleOpensea" | "walletNftGallery" | "receiveStakingFlowConfigDesktop" | "ethStakingProviders" | "storyly" | "staxWelcomeScreen" | "postOnboardingClaimNft" | "postOnboardingAssetsTransfer" | "firebaseEnvironmentReadOnly" | "protectServicesMobile";
/** We use objects instead of direct booleans for potential future improvements

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

@@ -10,3 +10,5 @@ import { DeviceModelId } from "@ledgerhq/types-devices";

personalizeMock = "personalizeMock",
customImage = "customImage"
customImage = "customImage",
claimNft = "claimNft",
assetsTransfer = "assetsTransfer"
}

@@ -36,2 +38,6 @@ export declare type WithNavigationParams = {

/**
* Allow to display the action without letting the user access its flow
*/
disabled?: boolean;
/**
* If this action is linked to a feature that is enabled by a feature flag,

@@ -53,2 +59,7 @@ * use this property to identify the feature flag.

/**
* Title displayed for this action in the post onboarding hub when the action
* is completed.
*/
titleCompleted: string;
/**
* Description displayed for this action in the post onboarding hub.

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

/**
* Will be used as a title success alert at the bottom of the post-onboarding
* hub after completing this action.
* */
actionCompletedHubTitle: string;
/**
* Event that will be dispatched when starting this action.

@@ -74,0 +80,0 @@ */

@@ -10,3 +10,5 @@ /**

PostOnboardingActionId["customImage"] = "customImage";
PostOnboardingActionId["claimNft"] = "claimNft";
PostOnboardingActionId["assetsTransfer"] = "assetsTransfer";
})(PostOnboardingActionId || (PostOnboardingActionId = {}));
//# sourceMappingURL=postOnboarding.js.map
/** Add others with union (e.g. "learn" | "market" | "foo") */
export declare type FeatureId = "learn" | "brazePushNotifications" | "llmNewDeviceSelection" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "deviceLocalization" | "deviceInitialApps" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "currencyFantom" | "currencyMoonbeam" | "currencyCronos" | "currencySongbird" | "currencyFlare" | "currencyNear" | "currencyFantomMobile" | "currencyMoonbeamMobile" | "currencyCronosMobile" | "currencySongbirdMobile" | "currencyFlareMobile" | "ptxSmartRoutingMobile" | "mockFeature" | "syncOnboarding" | "walletConnectLiveApp" | "customImage" | "referralProgramDiscoverCard" | "referralProgramDesktopBanner" | "disableNftSend" | "disableNftLedgerMarket" | "disableNftRaribleOpensea" | "walletNftGallery" | "receiveStakingFlowConfigDesktop" | "ethStakingProviders" | "storyly" | "firebaseEnvironmentReadOnly" | "protectServicesMobile";
export declare type FeatureId = "learn" | "brazePushNotifications" | "llmNewDeviceSelection" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "deviceLocalization" | "deviceInitialApps" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "currencyFantom" | "currencyMoonbeam" | "currencyCronos" | "currencySongbird" | "currencyFlare" | "currencyNear" | "currencyFantomMobile" | "currencyMoonbeamMobile" | "currencyCronosMobile" | "currencySongbirdMobile" | "currencyFlareMobile" | "ptxSmartRoutingMobile" | "mockFeature" | "syncOnboarding" | "walletConnectLiveApp" | "customImage" | "referralProgramDiscoverCard" | "referralProgramDesktopBanner" | "disableNftSend" | "disableNftLedgerMarket" | "disableNftRaribleOpensea" | "walletNftGallery" | "receiveStakingFlowConfigDesktop" | "ethStakingProviders" | "storyly" | "staxWelcomeScreen" | "postOnboardingClaimNft" | "postOnboardingAssetsTransfer" | "firebaseEnvironmentReadOnly" | "protectServicesMobile";
/** We use objects instead of direct booleans for potential future improvements

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

@@ -10,3 +10,5 @@ import { DeviceModelId } from "@ledgerhq/types-devices";

personalizeMock = "personalizeMock",
customImage = "customImage"
customImage = "customImage",
claimNft = "claimNft",
assetsTransfer = "assetsTransfer"
}

@@ -36,2 +38,6 @@ export declare type WithNavigationParams = {

/**
* Allow to display the action without letting the user access its flow
*/
disabled?: boolean;
/**
* If this action is linked to a feature that is enabled by a feature flag,

@@ -53,2 +59,7 @@ * use this property to identify the feature flag.

/**
* Title displayed for this action in the post onboarding hub when the action
* is completed.
*/
titleCompleted: string;
/**
* Description displayed for this action in the post onboarding hub.

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

/**
* Will be used as a title success alert at the bottom of the post-onboarding
* hub after completing this action.
* */
actionCompletedHubTitle: string;
/**
* Event that will be dispatched when starting this action.

@@ -74,0 +80,0 @@ */

@@ -13,3 +13,5 @@ "use strict";

PostOnboardingActionId["customImage"] = "customImage";
PostOnboardingActionId["claimNft"] = "claimNft";
PostOnboardingActionId["assetsTransfer"] = "assetsTransfer";
})(PostOnboardingActionId = exports.PostOnboardingActionId || (exports.PostOnboardingActionId = {}));
//# sourceMappingURL=postOnboarding.js.map
{
"name": "@ledgerhq/types-live",
"version": "6.28.0-nightly.1",
"version": "6.28.0-nightly.2",
"description": "Ledger Live main types.",

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

"@ledgerhq/types-cryptoassets": "^6.23.3",
"@ledgerhq/types-devices": "^6.22.3"
"@ledgerhq/types-devices": "^6.22.4-nightly.0"
},

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

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

| "storyly"
| "staxWelcomeScreen"
| "postOnboardingClaimNft"
| "postOnboardingAssetsTransfer"
| "firebaseEnvironmentReadOnly"

@@ -42,0 +45,0 @@ | "protectServicesMobile";

@@ -12,2 +12,4 @@ import { DeviceModelId } from "@ledgerhq/types-devices";

customImage = "customImage",
claimNft = "claimNft",
assetsTransfer = "assetsTransfer",
}

@@ -41,2 +43,7 @@

/**
* Allow to display the action without letting the user access its flow
*/
disabled?: boolean;
/**
* If this action is linked to a feature that is enabled by a feature flag,

@@ -58,2 +65,8 @@ * use this property to identify the feature flag.

/**
* Title displayed for this action in the post onboarding hub when the action
* is completed.
*/
titleCompleted: string;
/**
* Description displayed for this action in the post onboarding hub.

@@ -75,8 +88,2 @@ */

/**
* Will be used as a title success alert at the bottom of the post-onboarding
* hub after completing this action.
* */
actionCompletedHubTitle: string;
/**
* Event that will be dispatched when starting this action.

@@ -83,0 +90,0 @@ */

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